SSSaurav Sharmainblog.sorv.dev·4d ago · 6 min readAnti-Engagement-Farm: from GPT-4o prototype to a 42MB local classifierAt a glance Item Value Tech stack MV3 extension + FastAPI + ONNX int8 BERT Model size 42MB Inference 1.9ms raw / 17ms under scroll load RAM 209MB Detection 4.5% of timeline was bait (pre10
SGsunny ginneweraofcoding.hashnode.dev·5d ago · 1 min readHow to Build a Modern Chrome Extension with Manifest V3A complete developer walkthrough of MV3 architecture, service workers, and secure API patterns. Building extensions under Manifest V3 requires rethinking how background processes and permissions oper00
LLijiaweiintabqa.hashnode.dev·Sep 9 · 6 min readTackling Intermittent Android Bugs: Rolling Video Buffers and Automated Logcat Alignment in the BrowserTackling Intermittent Android Bugs: Rolling Video Buffers and Automated Logcat Alignment in the Browser Every mobile QA engineer and Android developer has experienced this nightmare scenario: You are 00
LLijiaweiintabqa.hashnode.dev·Sep 9 · 6 min readHow to Test Android Devices and Intercept WebView Traffic Directly in Chrome (Without Local ADB)If you have ever tested mobile apps on Android, you are likely familiar with the friction of the traditional toolchain: You plug in the phone and launch desktop mirroring tools like Scrcpy or Vysor; 00
MKMaxim Kosterininextenshi.hashnode.dev·Sep 6 · 24 min readWhat it really takes to publish a browser extensionEvery tutorial sells you the same fantasy. A weekend, a manifest.json, a popup — and you publish a Chrome extension with a neat little "published" badge. The coding part of that story is roughly true.00
DKDimitry Katzinbasiliskin.hashnode.dev·Sep 6 · 9 min readChrome Control Bridge for AI Coding AgentsAI coding agents are getting very good at working with code. They can read a repository, modify files, run tests, execute commands, and reason about the results. But there's a point where the terminal00
YBYahor Besarabinbesarab.hashnode.dev·Aug 30 · 3 min readI Built a YouTube Extension. People Download It All Over the World.When I was just starting out, I kept asking myself: “Why bother? There’s already plenty out there — ChatGPT, websites, other extensions.” But I got tired of spending half an hour on videos I could und00
MMSG.AIinmsgai.hashnode.dev·Aug 28 · 6 min readThe Hardest Part of Building a Chrome Extension Is Not the CodeThe first working version of a Chrome extension can be surprisingly quick to build. A manifest defines the extension. A content script adds something to a page. A background worker coordinates events.00
MMSG.AIinmsgai.hashnode.dev·Aug 28 · 6 min readHow a WhatsApp Web Extension Interacts With the Chat InterfaceWhen people see a browser extension add translation controls, a side panel, or a sending workflow to WhatsApp Web, a common question is: how does the extension actually interact with the page? The sho00
MMSG.AIinmsgai.hashnode.dev·Aug 28 · 6 min readWhy I Built a Browser Extension for WhatsApp WebI did not start building MSG.AI because I had discovered a grand new AI opportunity. It began with a much smaller problem—one that kept repeating every day. A message arrives in another language. You 00