Youtube popup blocker
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
Что такое Youtube popup blocker?
Youtube popup blocker - это расширение Chrome, разработанное Dev Fasil, и его основная функция - "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".
Снимки экрана расширения
Скачать файл CRX расширения Youtube popup blocker
Скачайте файлы расширений Youtube popup blocker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups. It can be easily turned off again by clicking on the extention button in the top right.
Основная информация о расширении
Название | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
Официальный URL | https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc |
Описание | People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen… |
Размер файла | 6.86 KB |
Количество установок | 1,403 |
Текущая Версия | 2.0 |
Последнее Обновление | 2020-09-09 |
Дата публикации | 2020-08-31 |
Рейтинг | 4.43/5 Всего 7 оценок |
Разработчик | Dev Fasil |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube popup blocker", "manifest_version": 2, "version": "2.0", "permissions": [ "https:\/\/www.youtube.com\/*", "tabs", "storage" ], "icons": { "16": "rb_active_16.png", "128": "fyt_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [] } |