Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
Cos'è Undetectable Youtube AdBlocker?
Undetectable Youtube AdBlocker è un'estensione di Chrome sviluppata da LI, e la sua funzione principale è "A free Undetectable Youtube AdBlocker".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Undetectable Youtube AdBlocker
Scarica i file di estensione Undetectable 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
This adblocker blocks youtube ads without being detected.
Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.
Made my Igor & Luka Informazioni di Base sull'Estensione
| Nome | |
| ID | hjmfamljcjmabepekpangndlnkffealb |
| URL Ufficiale | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
| Descrizione | A free Undetectable Youtube AdBlocker |
| Dimensione del File | 37.24 KB |
| Conteggio Installazioni | 1,534 |
| Versione Corrente | 5.0 |
| Ultimo Aggiornamento | 2023-11-27 |
| Data di Pubblicazione | 2023-11-08 |
| Valutazione | 3.79/5 Totale 19 Valutazioni |
| Sviluppatore | LI |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Undetectable Youtube AdBlocker",
"description": "A free Undetectable Youtube AdBlocker",
"version": "5.0",
"icons": {
"16": "logo\/16.png",
"48": "logo\/48.png",
"128": "logo\/128.png"
},
"action": {
"default_title": "Undetectable Youtube AdBlocker",
"default_popup": "popup\/popup.html"
},
"permissions": [],
"content_scripts": [
{
"js": [
".\/scripts\/injector.js"
],
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
".\/css\/youtubeStyles.css"
],
"run_at": "document_start"
}
]
} | |