Continue Without Supporting

Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.

What is Continue Without Supporting?

Continue Without Supporting is a Chrome extension developed by Ryan Stewart, and its main feature is "Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.".

Extension Screenshots

screenshot

Download Continue Without Supporting Extension CRX File

Download Continue Without Supporting extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Continue Without Supporting Continue Without Supporting
ID lieiooigeiockdceiekbikfaklnklmef
Official URL https://chromewebstore.google.com/detail/continue-without-supporti/lieiooigeiockdceiekbikfaklnklmef
Description Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.
File Size 46.19 KB
Installation Count 81
Current Version 1.0.0
Last Updated 2023-06-10
Publish Date 2023-06-10
Rating 5.00/5 Total 1 Ratings
Developer Ryan Stewart
Email [email protected]
Payment Type free
Extension Website https://github.com/rynstwrt/Continue-Without-Supporting
Supported Languages 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": []
}