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是由Ryan Stewart开发的Chrome扩展程序,该扩展的主要功能是“Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.”。

扩展截图

screenshot

下载Continue Without Supporting扩展crx文件

下载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 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": [
        ""
    ],
    "background": {
        "service_worker": "scripts\/service_worker.js",
        "type": "module"
    },
    "action": []
}