Popup Blocker - Blocks annoying Popups
Blocks advertising popups from Streaming and Downloads sites
Что такое Popup Blocker - Blocks annoying Popups?
Popup Blocker - Blocks annoying Popups - это расширение Chrome, разработанное https://popupsblocker.org, и его основная функция - "Blocks advertising popups from Streaming and Downloads sites".
Снимки экрана расширения
Скачать файл CRX расширения Popup Blocker - Blocks annoying Popups
Скачайте файлы расширений Popup Blocker - Blocks annoying Popups в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Popup Blocker immediately closes Pop up Ads from your favorite Streaming and Downloads websites. Features: 🚫 Blocks and automatically closes Popup ads on most streaming and download sites. 🥷Stealth - We are not detected as an Ad blocker by anti-adblock scripts. ⭐ Light - We keep our code as light as possible to consume as little memory as possible. We support removing Popups on ALL the major streaming and download sites. For the full list, consult our official page on : popupsblocker.org Why Popup Blocker and not ublock (or other ad blocker) ? Because almost all other popup blocker are detected as Ad blockers. Youtube now blocks ad blockers and many other sites as well. Popup Blocker is not an ad blocker and is never detected as such, it just closes popup ads. Can i use Popup Blocker with another Ad blocker ? YES, but be careful, sites like Youtube might ask you to disable your conventional ad blocker. You will NEVER need to disable Popup Blocker. ✓ Permissions: we need default permissions on every website to close Popup Ads. 🚀 About We monitor Streaming and Downloads sites for new urls of Popups 24/7 and add them to our list every day. If you find that a popup is not blocked, just wait 24h, it should be solved. We understand the need for ads, but these popups are just too annoying, Popup Blocker is the solution.
Основная информация о расширении
Название | Popup Blocker - Blocks annoying Popups |
ID | dhemafmfialpibmahglbfgjihhfheepp |
Официальный URL | https://chromewebstore.google.com/detail/popup-blocker-blocks-anno/dhemafmfialpibmahglbfgjihhfheepp |
Описание | Blocks advertising popups from Streaming and Downloads sites |
Размер файла | 22.16 KB |
Количество установок | 109,510 |
Текущая Версия | 1.0.17 |
Последнее Обновление | 2023-12-12 |
Дата публикации | 2023-11-19 |
Рейтинг | 4.10/5 Всего 39 оценок |
Разработчик | https://popupsblocker.org |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://popupsblocker.org/index.html |
URL страницы помощи | https://popupsblocker.org/index.html |
URL страницы политики конфиденциальности | https://popupsblocker.org/privacy.html |
Поддерживаемые языки | de,en,fr,nl,da,es,it,pt-BR,sv |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "sw.js" }, "content_scripts": [ { "all_frames": false, "js": [ "cs.js" ], "match_about_blank": true, "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "host_permissions": [ " |