Continue Without Supporting
Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.
Что такое Continue Without Supporting?
Continue Without Supporting - это расширение Chrome, разработанное Ryan Stewart, и его основная функция - "Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.".
Снимки экрана расширения
Скачать файл CRX расширения Continue Without Supporting
Скачайте файлы расширений Continue Without Supporting в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
A browser extension that auto-clicks on "continue without supporting" or similar phrases when given a popup about disabling ad blocking. You can now spend less time trying to find the small continue text and more time actually using the website!
Основная информация о расширении
Название | Continue Without Supporting |
ID | lieiooigeiockdceiekbikfaklnklmef |
Официальный URL | https://chromewebstore.google.com/detail/continue-without-supporti/lieiooigeiockdceiekbikfaklnklmef |
Описание | Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking. |
Размер файла | 46.19 KB |
Количество установок | 81 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-06-10 |
Дата публикации | 2023-06-10 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | Ryan Stewart |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/rynstwrt/Continue-Without-Supporting |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Continue Without Supporting", "version": "1.0.0", "description": "Browser extension that auto-clicks on \"continue without supporting\"\/similar phrases when given a popup about disabling ad blocking.", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "icons": { "16": "assets\/16.png", "48": "assets\/48.png", "128": "assets\/128.png" }, "host_permissions": [ " |