Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
Vad är Undetectable Youtube AdBlocker?
Undetectable Youtube AdBlocker är en Chrome-tillägg utvecklad av LI, och dess huvudfunktion är "A free Undetectable Youtube AdBlocker".
Tilläggsskärmbilder
Ladda ner Undetectable Youtube AdBlocker-förlängningens CRX-fil
Ladda ner Undetectable Youtube AdBlocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | hjmfamljcjmabepekpangndlnkffealb |
| Officiell webbadress | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
| Beskrivning | A free Undetectable Youtube AdBlocker |
| Filstorlek | 37.24 KB |
| Antal Installationer | 1,534 |
| Aktuell Version | 5.0 |
| Senast Uppdaterad | 2023-11-27 |
| Publiceringsdatum | 2023-11-08 |
| Betyg | 3.79/5 Totalt 19 Betyg |
| Utvecklare | LI |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |