Youtube's Annotations No More

Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…

Co je Youtube's Annotations No More?

Youtube's Annotations No More je rozšíření Chrome vyvinuté Daniel Kladnik, a jeho hlavní funkcí je „Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Youtube's Annotations No More

Stáhněte si soubory rozšíření Youtube's Annotations No More 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í

                        Disable Youtube's annotations. That's it :)

Support the development, please:
PayPal: https://www.paypal.me/kiboke
Flattr: https://flattr.com/@kiboke                    

Základní Informace o Rozšíření

Název Youtube's Annotations No More Youtube's Annotations No More
ID fajnlldimiiipghabjgnbdidcnkghkgn
Oficiální URL https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn
Popis Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Velikost souboru 22.52 KB
Počet instalací 3,436
Aktuální Verze 0.7
Poslední Aktualizace 2019-12-12
Datum Vydání 2019-12-12
Hodnocení 4.38/5 Celkem 29 Hodnocení
Vývojář Daniel Kladnik
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.kiboke-studio.hr/browser-extensions/
URL Stránky Nápovědy https://www.kiboke-studio.hr/browser-extensions/
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube's Annotations No More",
    "short_name": "Disable Youtube's annotations.",
    "version": "0.7",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "author": "Daniel Kladnik @ kiboke studio",
    "permissions": [
        "*:\/\/*.youtube.com\/*",
        "webRequest",
        "webRequestBlocking",
        "notifications"
    ],
    "background": {
        "scripts": [
            "data\/main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "data\/style.css"
            ]
        }
    ]
}