Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
Wat is Undetectable Youtube AdBlocker?
Undetectable Youtube AdBlocker is een Chrome-extensie ontwikkeld door LI, en de belangrijkste functie is "A free Undetectable Youtube AdBlocker".
Extensie Screenshots
Download het CRX-bestand van de extensie Undetectable Youtube AdBlocker
Download Undetectable Youtube AdBlocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Undetectable Youtube AdBlocker |
ID | hjmfamljcjmabepekpangndlnkffealb |
Officiële URL | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
Beschrijving | A free Undetectable Youtube AdBlocker |
Bestandsgrootte | 37.24 KB |
Aantal Installaties | 1,534 |
Huidige Versie | 5.0 |
Laatst Bijgewerkt | 2023-11-27 |
Publicatiedatum | 2023-11-08 |
Beoordeling | 3.79/5 Totaal 19 Beoordelingen |
Ontwikkelaar | LI |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |