This repository contains a cleaned-up public packaging of a Chrome extension for inspecting and downloading media detected on doubao.com.
- Removed the activation UI and related commercial packaging.
- Removed the obfuscation helper and stale npm lockfile.
- Replaced the background worker and popup with readable public-facing code.
- Removed obvious promotion and third-party attribution strings from the extension metadata.
manifest.json: Chrome extension manifest.background.js: public background service worker used for state and downloads.popup.html,popup.css,popup.js: popup UI.content.js,forwarder.js: legacy injected scripts retained from the working extension bundle.
- Open Chrome and visit
chrome://extensions/. - Enable
Developer mode. - Click
Load unpacked. - Select this folder.
If this project helps you, you can support the author here:
- This repository intentionally does not include any activation flow.
- The bundled page scripts are legacy files from the extension package and remain minified/obfuscated.
- Use the extension only on content you are authorized to inspect or download.
No license has been added yet.
