Block Youtube Annotations
Extension blocks anoying annotations on YouTube.
Cos'è Block Youtube Annotations?
Block Youtube Annotations è un'estensione di Chrome sviluppata da menko, e la sua funzione principale è "Extension blocks anoying annotations on YouTube.".
Scarica il file CRX dell'estensione Block Youtube Annotations
Scarica i file di estensione Block Youtube Annotations 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
Blocks annotations on youtube
Informazioni di Base sull'Estensione
Nome | |
ID | nheehibdemfjglnfflcgfinhciifpkhc |
URL Ufficiale | https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc |
Descrizione | Extension blocks anoying annotations on YouTube. |
Dimensione del File | 238 KB |
Conteggio Installazioni | 213 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2015-10-17 |
Data di Pubblicazione | 2015-10-17 |
Valutazione | 3.50/5 Totale 8 Valutazioni |
Sviluppatore | menko |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "initialize-content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/youtube.com\/*" ] } ], "description": "Extension blocks anoying annotations on YouTube.", "manifest_version": 2, "name": "Block Youtube Annotations", "permissions": [ "tabs", "activeTab" ], "version": "1.0.1", "web_accessible_resources": [ "inject\/*.js" ] } |