Inspect and view changes in Mute My Browser source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.0.4",
"manifest_version": 3,
"name": "Mute My Browser",
"description": "Single click enough to mute/unmute and pause all the videos and audios that are playing in the browser",
"action": {},
"icons": {
"16": "/icons/unmuted/icon16.png",
"32": "/icons/unmuted/icon32.png",
"128": "/icons/unmuted/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"scripting",
"activeTab"
]
}