Page Muter
Mute the whole page by just one click!
Was ist Page Muter?
Page Muter ist eine Chrome-Erweiterung, die von https://www.nzfun.cn entwickelt wurde, und ihr Hauptmerkmal ist "Mute the whole page by just one click!".
Erweiterungsscreenshots
Page Muter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Page Muter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
With Page Muter, you can mute your whole page with just one click. You will like it. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | leadihbifcpejoijpbehieoinfmjaedh |
| Offizielle URL | https://chrome.google.com/webstore/detail/page-muter/leadihbifcpejoijpbehieoinfmjaedh |
| Beschreibung | Mute the whole page by just one click! |
| Dateigröße | 408 KB |
| Installationsanzahl | 115 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2018-07-20 |
| Veröffentlichungsdatum | 2018-07-20 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.nzfun.cn |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.nzfun.cn |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"scripts": [
"js\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon_19.png",
"38": "images\/icon_38.png"
},
"default_popup": "popup.html",
"default_title": "Page Muter"
},
"author": "HTB",
"content_scripts": [
{
"js": [
"js\/content-script.js",
"js\/jquery-3.2.1.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"web_accessible_resources": [
"js\/mute.js",
"js\/unmute.js",
"js\/play.js",
"js\/pause.js"
],
"description": "Mute the whole page by just one click!",
"homepage_url": "https:\/\/www.nzfun.cn",
"icons": {
"128": "images\/icon_48.png",
"19": "images\/icon_19.png",
"38": "images\/icon_38.png"
},
"manifest_version": 2,
"name": "Page Muter",
"permissions": [
"tabs",
"notifications",
"storage",
"contextMenus"
],
"version": "1.0"
} | |