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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ryan Stewart, και η κύρια λειτουργία του είναι "Browser extension that auto-clicks on "continue without supporting"/similar phrases when given a popup about disabling ad blocking.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Continue Without Supporting

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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": []
}