Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Qu'est-ce que Permanent Mute ?
Permanent Mute est une extension Chrome développée par https://codewrangler.io, et sa fonction principale est "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Permanent Mute
Téléchargez les fichiers d'extension Permanent Mute au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.
Informations de Base sur l'Extension
Nom | Permanent Mute |
ID | pnkhoaefngnbehoiioikafibdkfaolec |
URL Officiel | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
Description | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
Taille du Fichier | 18.7 KB |
Nombre d'Installations | 18 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-02-01 |
Date de Publication | 2018-02-01 |
Développeur | https://codewrangler.io |
Type de Paiement | free |
Site Web de l'Extension | https://codewrangler.io |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Permanent Mute", "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.", "version": "1.0.0", "permissions": [ "activeTab", "tabs", "storage" ], "background": { "scripts": [ "js\/scripts.min.js" ] }, "browser_action": { "default_icon": "assets\/icon48-off.png", "default_title": "This site is not permanently muted." }, "icons": { "128": "assets\/icon128.png", "48": "assets\/icon48.png" }, "manifest_version": 2 } |