Video AdBlock for YouTube™ Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
Что такое Video AdBlock for YouTube™ Extension?
Video AdBlock for YouTube™ Extension - это расширение Chrome, разработанное The Creative Joys, и его основная функция - "Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.".
Снимки экрана расширения
Скачать файл CRX расширения Video AdBlock for YouTube™ Extension
Скачайте файлы расширений Video AdBlock for YouTube™ Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
* Removes YouTube™ video and text ads. * Works on all websites that contain a YouTube™ video. * Also works with YouTube™ Music. Enjoy ad free videos!
Основная информация о расширении
Название | Video AdBlock for YouTube™ Extension |
ID | lmkjedkhnnhcohninidcejgollmggcjf |
Официальный URL | https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf |
Описание | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music. |
Размер файла | 24.76 KB |
Количество установок | 11,474 |
Текущая Версия | 5.1 |
Последнее Обновление | 2023-12-13 |
Дата публикации | 2020-06-26 |
Рейтинг | 4.17/5 Всего 81 оценок |
Разработчик | The Creative Joys |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | https://sites.google.com/view/videoadblockforyt/home |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video AdBlock for YouTube\u2122 Extension", "version": "5.1", "description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.", "manifest_version": 3, "icons": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" }, "background": { "service_worker": "adBlockerBg.js" }, "action": { "default_title": "Video AdBlock for YouTube\u2122", "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "js": [ "adBlockerYt.js" ], "run_at": "document_end" } ], "permissions": [ "declarativeNetRequestWithHostAccess" ], "host_permissions": [ " |