✕ Clear all filters
37 articles

📰 Dev.to · SHOTA

37 articles · Updated every 3 hours · View all reads

All Articles 67,663Blog Posts 99,886Tech Tutorials 16,367Research Papers 13,813News 12,551 ⚡ AI Lessons
Ghost Jobs Are Wasting Your Time — I Built a Chrome Extension to Detect Them
Dev.to · SHOTA 1w ago
Ghost Jobs Are Wasting Your Time — I Built a Chrome Extension to Detect Them
How I detect fake job listings using posting age, description vagueness, and duplicate signals in a Chrome MV3 extension. No API keys needed.
How to Avoid Chrome Web Store 'Red Nickel' Rejection: What I Found After Auditing 18 Extensions
Dev.to · SHOTA 📣 Digital Marketing & Growth ⚡ AI Lesson 1w ago
How to Avoid Chrome Web Store 'Red Nickel' Rejection: What I Found After Auditing 18 Extensions
I got my Chrome extension rejected from the Chrome Web Store last week for a 4-letter word:...
Detecting YouTube SPA Navigation in a Chrome Extension Content Script
Dev.to · SHOTA ⚡ AI Lesson 2w ago
Detecting YouTube SPA Navigation in a Chrome Extension Content Script
How to reliably run code on every new YouTube video — not just on the first page load — using MutationObserver and a URL change guard.
I Built a Price History Tracker for Japan's 4 Major E-Commerce Sites (Amazon.co.jp, Rakuten, Yahoo!, Mercari)
Dev.to · SHOTA 2w ago
I Built a Price History Tracker for Japan's 4 Major E-Commerce Sites (Amazon.co.jp, Rakuten, Yahoo!, Mercari)
How I scraped price data from 4 different site structures, built a local price history DB with IndexedDB, and created drop alerts — all in a Chrome MV3 extensio
I Built a Chrome Extension That Remembers Where You Stopped Reading
Dev.to · SHOTA 3w ago
I Built a Chrome Extension That Remembers Where You Stopped Reading
test content
Building a Cookie Manager Chrome Extension: What I Learned From the MV3 Transition
Dev.to · SHOTA 3w ago
Building a Cookie Manager Chrome Extension: What I Learned From the MV3 Transition
Cookie management extensions are one of the oldest categories in the Chrome Web Store. EditThisCookie...
Building a Cookie Editor Chrome Extension — Why I Built CookieJar After EditThisCookie Died
Dev.to · SHOTA 3w ago
Building a Cookie Editor Chrome Extension — Why I Built CookieJar After EditThisCookie Died
EditThisCookie Is Gone — Now What? In late 2024, EditThisCookie — the most popular cookie...
Real Numbers: Freemium Chrome Extension Monetization After 6 Months
Dev.to · SHOTA 📣 Digital Marketing & Growth ⚡ AI Lesson 3w ago
Real Numbers: Freemium Chrome Extension Monetization After 6 Months
I've been publishing Chrome extensions for about a year. Six months ago I started adding freemium...
Monetizing Chrome Extensions with Freemium — Real Numbers from 7 Paid Extensions
Dev.to · SHOTA 📣 Digital Marketing & Growth ⚡ AI Lesson 3w ago
Monetizing Chrome Extensions with Freemium — Real Numbers from 7 Paid Extensions
Can You Actually Make Money with Chrome Extensions? Yes. But the numbers are smaller than...
I Built a Chrome Extension That Checks Japanese Subscription Terms with AI
Dev.to · SHOTA 3w ago
I Built a Chrome Extension That Checks Japanese Subscription Terms with AI
Japanese subscription services have a problem with terms and conditions. Not the length — that's...
I Built a Chrome Extension That Auto-Fills Any Form — Encrypted, No Cloud
Dev.to · SHOTA 3w ago
I Built a Chrome Extension That Auto-Fills Any Form — Encrypted, No Cloud
How I implemented AES-256 encrypted local storage for sensitive form data in a Chrome MV3 extension, with one-click autofill and import/export.
I Built an AI-Powered Japanese Trade Law Compliance Checker as a Chrome Extension
Dev.to · SHOTA 3w ago
I Built an AI-Powered Japanese Trade Law Compliance Checker as a Chrome Extension
Japan's Subcontracting Act (Toriteki-ho / 取引適正化促進法, commonly called 下請法) governs transactions between...
Chrome Web Store SEO: How I Optimized 17 Extensions for Search
Dev.to · SHOTA 4w ago
Chrome Web Store SEO: How I Optimized 17 Extensions for Search
Chrome Web Store Has a Search Engine — and Nobody Optimizes for It Most Chrome extension...
How I Cross-Promote 18 Chrome Extensions Without Annoying Users
Dev.to · SHOTA 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
How I Cross-Promote 18 Chrome Extensions Without Annoying Users
I publish Chrome extensions as a solo developer. I currently have 18 live extensions across two...
I Added Cross-Promotion to 18 Chrome Extensions — Here's What Happened
Dev.to · SHOTA 1mo ago
I Added Cross-Promotion to 18 Chrome Extensions — Here's What Happened
Why Cross-Promotion? When you have 18 Chrome extensions, each one becomes a potential...
How to Block Distracting Sites — Free Chrome Extension with Breathing Exercises
Dev.to · SHOTA 1mo ago
How to Block Distracting Sites — Free Chrome Extension with Breathing Exercises
test
I Built 20 Free Browser-Based Developer Tools — No Signup, No Server, No Tracking
Dev.to · SHOTA 1mo ago
I Built 20 Free Browser-Based Developer Tools — No Signup, No Server, No Tracking
Every developer has a collection of bookmarked utility sites. A JSON formatter here, a Base64 encoder...
I Built a Chrome Extension That Adds Playback Speed and Picture-in-Picture to Japan's Free Streaming Service
Dev.to · SHOTA ⚡ AI Lesson 1mo ago
I Built a Chrome Extension That Adds Playback Speed and Picture-in-Picture to Japan's Free Streaming Service
TVer is Japan's official free streaming platform — catch-up TV for every major broadcaster. It's the...
TVer Plus: Adding Playback Speed and PiP to Japan's Free Streaming Service
Dev.to · SHOTA 📣 Digital Marketing & Growth ⚡ AI Lesson 1mo ago
TVer Plus: Adding Playback Speed and PiP to Japan's Free Streaming Service
TVer is Japan's major free streaming platform, hosting recent episodes of most major Japanese TV...
I Built a Scroll Position Memory Extension That Actually Works on SPAs
Dev.to · SHOTA 1mo ago
I Built a Scroll Position Memory Extension That Actually Works on SPAs
Every browser has a native scroll restoration feature. It's called scroll-restoration in the History...