Disable adblock for YouTube subscriptions
♥♥♥♥ i hate writing manifest files.
Что такое Disable adblock for YouTube subscriptions?
Disable adblock for YouTube subscriptions - это расширение Chrome, разработанное johnathansherbert, и его основная функция - "♥♥♥♥ i hate writing manifest files.".
Скачать файл CRX расширения Disable adblock for YouTube subscriptions
Скачайте файлы расширений Disable adblock for YouTube subscriptions в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
To use this extension with Adblock Plus, click on the Adblock extension icon, click "Option", and then click "Add your own filters". Using the filter "@@https://www.youtube.com/*disableadblock=true$document" (Without quotes), you will be able to disable adblock on any YouTube video that has "disableadblock=true" in the URL. This extension will add that to the url for any video from a channel that you are subscribed to.
Основная информация о расширении
Название | |
ID | likjagmnknppfebmbbaalmhanlladbch |
Официальный URL | https://chrome.google.com/webstore/detail/disable-adblock-for-youtu/likjagmnknppfebmbbaalmhanlladbch |
Описание | ♥♥♥♥ i hate writing manifest files. |
Размер файла | 11.67 KB |
Количество установок | 163 |
Текущая Версия | 1.0 |
Последнее Обновление | 2017-08-09 |
Дата публикации | 2017-08-06 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | johnathansherbert |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable adblock for YouTube subscriptions", "version": "1.0", "manifest_version": 2, "description": "\u2665\u2665\u2665\u2665 i hate writing manifest files.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtubeVideo.js" ] } ], "browser_action": { "default_icon": "icon24.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "https:\/\/www.youtube.com\/*" ] } |