Remove Youtube Annotations
Removes annotations from YouTube
Cos'è Remove Youtube Annotations?
Remove Youtube Annotations è un'estensione di Chrome sviluppata da joelakuhn, e la sua funzione principale è "Removes annotations from YouTube".
Scarica il file CRX dell'estensione Remove Youtube Annotations
Scarica i file di estensione Remove 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
Removes annotations from YouTube videos.
Informazioni di Base sull'Estensione
Nome | |
ID | mpnljnkkbeeckfphjlnjjgahfpmgcbib |
URL Ufficiale | https://chrome.google.com/webstore/detail/remove-youtube-annotation/mpnljnkkbeeckfphjlnjjgahfpmgcbib |
Descrizione | Removes annotations from YouTube |
Dimensione del File | 8.66 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2017-02-13 |
Data di Pubblicazione | 2017-02-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | joelakuhn |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Youtube Annotations", "version": "1.0.0", "manifest_version": 2, "description": "Removes annotations from YouTube", "homepage_url": "https:\/\/github.com\/joelakuhn\/remove-youtube-annotations", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |