Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Wat is Permanent Mute?
Permanent Mute is een Chrome-extensie ontwikkeld door https://codewrangler.io, en de belangrijkste functie is "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Extensie Screenshots
Download het CRX-bestand van de extensie Permanent Mute
Download Permanent Mute-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Permanent Mute |
ID | pnkhoaefngnbehoiioikafibdkfaolec |
Officiële URL | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec |
Beschrijving | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. |
Bestandsgrootte | 18.7 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-02-01 |
Publicatiedatum | 2018-02-01 |
Ontwikkelaar | https://codewrangler.io |
Betalingswijze | free |
Extensiewebsite | https://codewrangler.io |
Ondersteunde Talen | 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 } |