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
官方網址 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": []
}