Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Smart Mute",
"version": "6.1.3",
"short_name": "Smart Mute",
"description": "Listen to audio one tab at a time.",
"author": "Chyno Deluxe",
"icons": {
"128": "\/assets\/img\/icon.png"
},
"action": {
"default_popup": "\/views\/popup\/index.html",
"default_icon": "\/assets\/img\/icon.png"
},
"permissions": [
"storage"
],
"optional_permissions": [
"tabs"
],
"background": {
"service_worker": "\/assets\/js\/app.js",
"type": "module"
}
}