YouBlocker
Ad-Free YouTube Experience.
Cos'è YouBlocker?
YouBlocker è un'estensione di Chrome sviluppata da Torrextension, e la sua funzione principale è "Ad-Free YouTube Experience.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouBlocker
Scarica i file di estensione YouBlocker 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
Works with the new YouTube update !
Enjoy a seamless YouTube experience with our “YouBlocker” extension. Our extension is designed to improve your YouTube viewing experience by removing intrusive video ads, while preserving the platform's core functionality + we don't collect your data.
🔥 IF YOU NEED A CUSTOM EXTENSION, I CAN CREATE ONE FOR YOU : ibuildyourextension.com Informazioni di Base sull'Estensione
| Nome | |
| ID | khplgcfcmalolfkblneflibkmamgogom |
| URL Ufficiale | https://chromewebstore.google.com/detail/youblocker/khplgcfcmalolfkblneflibkmamgogom |
| Descrizione | Ad-Free YouTube Experience. |
| Dimensione del File | 10.5 KB |
| Conteggio Installazioni | 233 |
| Versione Corrente | 2.6 |
| Ultimo Aggiornamento | 2024-02-16 |
| Data di Pubblicazione | 2023-11-07 |
| Valutazione | 5.00/5 Totale 7 Valutazioni |
| Sviluppatore | Torrextension |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://torrextension.com/youblocker |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouBlocker",
"version": "2.6",
"description": "Ad-Free YouTube Experience.",
"manifest_version": 3,
"author": "Torrextension",
"icons": {
"128": "logo.png"
},
"action": {
"default_popup": "index.html",
"default_icon": "logo.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch*"
],
"js": [
"content.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"activeTab",
"webNavigation",
"scripting"
],
"host_permissions": [
"https:\/\/www.youtube.com\/watch*"
],
"incognito": "split"
} | |