Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Co je Permanent Mute?
Permanent Mute je rozšíření Chrome vyvinuté https://codewrangler.io, a jeho hlavní funkcí je „A persistent mute tool for stupid websites that make annoying and ill-timed sounds.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Permanent Mute
Stáhněte si soubory rozšíření Permanent Mute ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
                        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.                     Základní Informace o Rozšíření
| Název |   |  
| ID | pnkhoaefngnbehoiioikafibdkfaolec | 
| Oficiální URL | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec | 
| Popis | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. | 
| Velikost souboru | 18.7 KB | 
| Počet instalací | 18 | 
| Aktuální Verze | 1.0.0 | 
| Poslední Aktualizace | 2018-02-01 | 
| Datum Vydání | 2018-02-01 | 
| Vývojář | https://codewrangler.io | 
| Typ Platby | free | 
| Webové stránky Rozšíření | https://codewrangler.io | 
| Podporované Jazyky | 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
}  |  |