Permanent Mute
A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Co to jest Permanent Mute?
Permanent Mute to rozszerzenie Chrome opracowane przez https://codewrangler.io, a jego główną funkcją jest „A persistent mute tool for stupid websites that make annoying and ill-timed sounds.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Permanent Mute
Pobierz pliki rozszerzeń Permanent Mute w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
                        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.                     Podstawowe informacje o rozszerzeniu
| Nazwa |   |  
| ID | pnkhoaefngnbehoiioikafibdkfaolec | 
| Oficjalny URL | https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec | 
| Opis | A persistent mute tool for stupid websites that make annoying and ill-timed sounds. | 
| Rozmiar pliku | 18.7 KB | 
| Liczba instalacji | 18 | 
| Aktualna Wersja | 1.0.0 | 
| Ostatnia Aktualizacja | 2018-02-01 | 
| Data Publikacji | 2018-02-01 | 
| Deweloper | https://codewrangler.io | 
| Typ Płatności | free | 
| Strona Rozszerzenia | https://codewrangler.io | 
| Obsługiwane Języki | 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
}  |  |