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
Eメール [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": []
}