YouTube™ Video AdBlocker Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.
Cos'è YouTube™ Video AdBlocker Extension?
YouTube™ Video AdBlocker Extension è un'estensione di Chrome sviluppata da The Creative Joys, e la sua funzione principale è "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube™ Video AdBlocker Extension
Scarica i file di estensione YouTube™ Video AdBlocker Extension 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 YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music.
Informazioni di Base sull'Estensione
Nome | |
ID | nomigebahjadndedfgpmnkbaekgjkipi |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-video-adblocker-e/nomigebahjadndedfgpmnkbaekgjkipi |
Descrizione | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites. |
Dimensione del File | 22.71 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2019-01-08 |
Data di Pubblicazione | 2020-07-05 |
Sviluppatore | The Creative Joys |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube\u2122 Video AdBlocker Extension", "short_name": "Ad Blocker", "version": "1.0", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Works on all websites.", "manifest_version": 2, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "persistent": true, "scripts": [ "adBlockerBg.js" ] }, "page_action": { "default_title": "YouTube\u2122 Video AdBlocker", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ] } |