Continue Without Supporting

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

Cos'è Continue Without Supporting?

Continue Without Supporting è un'estensione di Chrome sviluppata da Ryan Stewart, e la sua funzione principale è "Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Continue Without Supporting

Scarica i file di estensione Continue Without Supporting in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Continue Without Supporting Continue Without Supporting
ID lieiooigeiockdceiekbikfaklnklmef
URL Ufficiale https://chromewebstore.google.com/detail/continue-without-supporti/lieiooigeiockdceiekbikfaklnklmef
Descrizione Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.
Dimensione del File 46.19 KB
Conteggio Installazioni 81
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-06-10
Data di Pubblicazione 2023-06-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Ryan Stewart
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/rynstwrt/Continue-Without-Supporting
Lingue Supportate 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": []
}