Tag

Manifest V3

1 views collected around this technical thread.

FunTester
FunTester
Aug 6, 2024 · Frontend Development

Reviving the lastTab Chrome Extension: Manifest Configuration and Core Logic

This article details the revival of the lastTab Chrome extension, explaining the manifest v3 setup, background scripts, and event listeners that ensure each window retains at least two tabs, while providing full source code snippets and implementation notes.

Manifest V3Tab Managementbrowser-automation
0 likes · 12 min read
Reviving the lastTab Chrome Extension: Manifest Configuration and Core Logic
IT Services Circle
IT Services Circle
Dec 15, 2023 · Frontend Development

How Chrome Manifest V3 Affects Ad Blockers and YouTube

The upcoming retirement of Chrome Manifest V2 forces extensions to adopt Manifest V3, which requires Chrome Web Store review for updates, dramatically slowing ad‑blocker rule changes and giving YouTube an advantage, while other browsers remain unaffected.

Ad BlockerBrowser CompatibilityChrome
0 likes · 3 min read
How Chrome Manifest V3 Affects Ad Blockers and YouTube
360 Tech Engineering
360 Tech Engineering
Apr 27, 2023 · Frontend Development

Guide to Developing Chrome Extensions with Manifest V3

This article explains the fundamentals of Chrome extension development using Manifest V3, covering concepts such as the manifest file, service workers, content scripts, UI pages, and provides step‑by‑step code examples to build a color‑extraction extension.

Content ScriptManifest V3chrome extension
0 likes · 14 min read
Guide to Developing Chrome Extensions with Manifest V3
NetEase Cloud Music Tech Team
NetEase Cloud Music Tech Team
May 5, 2022 · Frontend Development

Building a Music Recognition Chrome Extension with Manifest V3 and WebAssembly

The article explains how NetEase Cloud Music built a Chrome extension that captures tab audio, processes it with an AudioWorkletNode, extracts fingerprints via WebAssembly in a sandboxed iframe, and matches songs locally, all while navigating Manifest V3’s service‑worker, CSP, and deprecation constraints.

Audio FingerprintingAudioWorkletBrowser Plugin
0 likes · 12 min read
Building a Music Recognition Chrome Extension with Manifest V3 and WebAssembly