Continue Without Supporting

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

Co je Continue Without Supporting?

Continue Without Supporting je rozšíření Chrome vyvinuté Ryan Stewart, a jeho hlavní funkcí je „Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Continue Without Supporting

Stáhněte si soubory rozšíření Continue Without Supporting ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Continue Without Supporting Continue Without Supporting
ID lieiooigeiockdceiekbikfaklnklmef
Oficiální URL https://chromewebstore.google.com/detail/continue-without-supporti/lieiooigeiockdceiekbikfaklnklmef
Popis Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.
Velikost souboru 46.19 KB
Počet instalací 81
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-06-10
Datum Vydání 2023-06-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Ryan Stewart
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/rynstwrt/Continue-Without-Supporting
Podporované Jazyky 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": []
}