Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Vad är Permanent Mute?
Permanent Mute är en Chrome-tillägg utvecklad av https://codewrangler.io, och dess huvudfunktion är "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".
Tilläggsskärmbilder
Ladda ner Permanent Mute-förlängningens CRX-fil
Ladda ner Permanent Mute-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | pnkhoaefngnbehoiioikafibdkfaolec | 
| Officiell webbadress | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec | 
| Beskrivning | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. | 
| Filstorlek | 18.7 KB | 
| Antal Installationer | 18 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2018-02-01 | 
| Publiceringsdatum | 2018-02-01 | 
| Utvecklare | https://codewrangler.io | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://codewrangler.io | 
| Stödda Språk | 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
}  |  |