AdClean (works on Youtube)
Removes all unwanted ads for a smoother browsing experience.
Что такое AdClean (works on Youtube)?
AdClean (works on Youtube) - это расширение Chrome, разработанное https://mega-block.com, и его основная функция - "Removes all unwanted ads for a smoother browsing experience.".
Снимки экрана расширения
Скачать файл CRX расширения AdClean (works on Youtube)
Скачайте файлы расширений AdClean (works on Youtube) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
AdClean is an ad blocker to help you fall in love with the internet again, and gives you the chance to customize your experience. ✓ Block banners ✓ Block annoying video ads ✓ Give yourself faster browsing as resources are blocked from loading ✓ Click on the extension icon to stop blocking ads on the current website
Основная информация о расширении
Название | AdClean (works on Youtube) |
ID | bjnlfombjeamfelifpimnopcchmmeppk |
Официальный URL | https://chromewebstore.google.com/detail/adclean-works-on-youtube/bjnlfombjeamfelifpimnopcchmmeppk |
Описание | Removes all unwanted ads for a smoother browsing experience. |
Размер файла | 1.12 MB |
Количество установок | 20,000 |
Текущая Версия | 2.0.4 |
Последнее Обновление | 2024-01-19 |
Дата публикации | 2023-12-22 |
Рейтинг | 4.25/5 Всего 8 оценок |
Разработчик | https://mega-block.com |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://mega-block.com/privacy.php |
Поддерживаемые языки | de,en,fr,nl,no,da,es,it,pt-BR,fi,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "2.0.4", "default_locale": "en", "action": [], "background": { "service_worker": "extension.js" }, "icons": { "128": "icon.png" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "js": [ "ecss.js", "cs.js" ], "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "alarms", "scripting", "storage", "unlimitedStorage", "declarativeNetRequest", "webNavigation" ], "host_permissions": [ " |