Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
What is Undetectable Youtube AdBlocker?
Undetectable Youtube AdBlocker is a Chrome extension developed by LI, and its main feature is "A free Undetectable Youtube AdBlocker".
Extension Screenshots
Download Undetectable Youtube AdBlocker Extension CRX File
Download Undetectable Youtube AdBlocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Undetectable Youtube AdBlocker |
ID | hjmfamljcjmabepekpangndlnkffealb |
Official URL | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
Description | A free Undetectable Youtube AdBlocker |
File Size | 37.24 KB |
Installation Count | 1,534 |
Current Version | 5.0 |
Last Updated | 2023-11-27 |
Publish Date | 2023-11-08 |
Rating | 3.79/5 Total 19 Ratings |
Developer | LI |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |