YTV Ad Blocker
Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
Cos'è YTV Ad Blocker?
YTV Ad Blocker è un'estensione di Chrome sviluppata da Frosty, e la sua funzione principale è "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YTV Ad Blocker
Scarica i file di estensione YTV Ad Blocker 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
Youtube TV is awesome, but some of the channels have too many ads. This extension blocks those ads and allows you to see what you paid to see. If there are any issues, report there here, and we will fix them ASAP.
Informazioni di Base sull'Estensione
Nome | |
ID | kdcnhloaackdhhgjmnhahjckiimcndcb |
URL Ufficiale | https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb |
Descrizione | Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker |
Dimensione del File | 22.15 KB |
Conteggio Installazioni | 213 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-07-05 |
Data di Pubblicazione | 2020-07-05 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | Frosty |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/aaronfrost/youtubetv-adblocker |
URL della Pagina di Aiuto | https://github.com/aaronfrost/youtubetv-adblocker/issues |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YTV Ad Blocker", "version": "1.0", "description": "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/*.youtube.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "images\/ytvab-16.png", "32": "images\/ytvab-32.png", "48": "images\/ytvab-48.png", "128": "images\/ytvab-128.png" }, "manifest_version": 2 } |