Undetectable Youtube AdBlocker
A free Undetectable Youtube AdBlocker
Что такое Undetectable Youtube AdBlocker?
Undetectable Youtube AdBlocker - это расширение Chrome, разработанное LI, и его основная функция - "A free Undetectable Youtube AdBlocker".
Снимки экрана расширения
Скачать файл CRX расширения Undetectable Youtube AdBlocker
Скачайте файлы расширений Undetectable Youtube AdBlocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 Основная информация о расширении
| Название | |
| ID | hjmfamljcjmabepekpangndlnkffealb |
| Официальный URL | https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb |
| Описание | A free Undetectable Youtube AdBlocker |
| Размер файла | 37.24 KB |
| Количество установок | 1,534 |
| Текущая Версия | 5.0 |
| Последнее Обновление | 2023-11-27 |
| Дата публикации | 2023-11-08 |
| Рейтинг | 3.79/5 Всего 19 оценок |
| Разработчик | LI |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | 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"
}
]
} | |