Youtube™ Adblocker
Youtube™ Adblocker™
Cos'è Youtube™ Adblocker?
Youtube™ Adblocker è un'estensione di Chrome sviluppata da YTADBLOCK, e la sua funzione principale è "Youtube™ Adblocker™".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Youtube™ Adblocker
Scarica i file di estensione Youtube™ Adblocker 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
// FR // Youtube ™ Adblocker est gratuit et bloque les annonces pré-roll sur Youtube ™ Vous n'aurez plus besoin d'attendre la fin de la pub ! La vidéo que vous souhaitez regarder commencera directement. Plus aucune pub PENDANT la visualisation. Youtube ™ est une marque déposée de Google Inc. L'utilisation de cette marque est soumise aux autorisations Google. // EN // Youtube™ Adblocker is free and will block the Pre-Roll Ads on Youtube™ Youtube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.
Informazioni di Base sull'Estensione
Nome | |
ID | oggdlkkoofmffhkhlgiaampkafibiicc |
URL Ufficiale | https://chrome.google.com/webstore/detail/youtube-adblocker/oggdlkkoofmffhkhlgiaampkafibiicc |
Descrizione | Youtube™ Adblocker™ |
Dimensione del File | 86.37 KB |
Conteggio Installazioni | 439 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2016-12-29 |
Data di Pubblicazione | 2016-12-29 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | YTADBLOCK |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube\u2122 Adblocker", "version": "0.0.1", "manifest_version": 2, "description": "Youtube\u2122 Adblocker\u2122", "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "page_action": { "default_title": "Youtube\u2122 Adblocker", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ] } |