Youtube's Annotations No More

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

Cos'è Youtube's Annotations No More?

Youtube's Annotations No More è un'estensione di Chrome sviluppata da Daniel Kladnik, e la sua funzione principale è "Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Youtube's Annotations No More

Scarica i file di estensione Youtube's Annotations No More in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Youtube's Annotations No More Youtube's Annotations No More
ID fajnlldimiiipghabjgnbdidcnkghkgn
URL Ufficiale https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn
Descrizione Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
Dimensione del File 22.52 KB
Conteggio Installazioni 3,436
Versione Corrente 0.7
Ultimo Aggiornamento 2019-12-12
Data di Pubblicazione 2019-12-12
Valutazione 4.38/5 Totale 29 Valutazioni
Sviluppatore Daniel Kladnik
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kiboke-studio.hr/browser-extensions/
URL della Pagina di Aiuto https://www.kiboke-studio.hr/browser-extensions/
Lingue Supportate 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"
            ]
        }
    ]
}