Go Blocker

Protect your digital privacy and enjoy safe browsing experience

Τι είναι το Go Blocker;

Το Go Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον amsterdam.dance.fever, και η κύρια λειτουργία του είναι "Protect your digital privacy and enjoy safe browsing experience".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Go Blocker

Λήψη αρχείων επέκτασης Go Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Adblocker guards your privacy and blocks ads for you.
Adjust the settings to your needs in the extension menu. You can find our privacy policy here: https://www.goblocker.xyz/privacy-policy                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Go Blocker Go Blocker
ID lmofpjiangajjbdhlbnaaejheogognle
Επίσημο URL https://chrome.google.com/webstore/detail/go-blocker/lmofpjiangajjbdhlbnaaejheogognle
Περιγραφή Protect your digital privacy and enjoy safe browsing experience
Μέγεθος Αρχείου 9.03 MB
Αριθμός Εγκαταστάσεων 59,607
Τρέχουσα Έκδοση 3.0.0
Τελευταία Ενημέρωση 2023-09-12
Ημερομηνία Δημοσίευσης 2021-11-09
Αξιολόγηση 4.51/5 Συνολικά 43 Αξιολογήσεις
Προγραμματιστής amsterdam.dance.fever
Ηλεκτρονικό ταχυδρομείο [email protected]
Ιστότοπος Επέκτασης https://www.goblocker.xyz/
URL της Σελίδας Πολιτικής Απορρήτου https://www.goblocker.xyz/privacy-policy
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,ca,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "3.0.0",
    "description": "__MSG_extDesc__",
    "default_locale": "de",
    "icons": {
        "16": "icons\/Green\/Logo_16x16.png",
        "32": "icons\/Green\/Logo_32x32.png",
        "48": "icons\/Green\/Logo_48x48.png",
        "128": "icons\/Green\/Logo_128x128.png"
    },
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "scripting",
        "activeTab",
        "webNavigation",
        "storage",
        "unlimitedStorage",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "pages\/popup.html"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/js\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/war\/*",
                "*.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline'; child-src 'self';"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_1\/ruleset_1.json"
            },
            {
                "id": "ruleset_13",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_13\/ruleset_13.json"
            },
            {
                "id": "ruleset_14",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_14\/ruleset_14.json"
            },
            {
                "id": "ruleset_2",
                "enabled": true,
                "path": "filters\/declarative\/ruleset_2\/ruleset_2.json"
            },
            {
                "id": "ruleset_4",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_4\/ruleset_4.json"
            },
            {
                "id": "ruleset_6",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_6\/ruleset_6.json"
            },
            {
                "id": "ruleset_7",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_7\/ruleset_7.json"
            },
            {
                "id": "ruleset_8",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_8\/ruleset_8.json"
            },
            {
                "id": "ruleset_9",
                "enabled": false,
                "path": "filters\/declarative\/ruleset_9\/ruleset_9.json"
            }
        ]
    }
}