Web Guardian

Protect your browser and personal information with Web Guardian

Τι είναι το Web Guardian;

Το Web Guardian είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον sofia.republic, και η κύρια λειτουργία του είναι "Protect your browser and personal information with Web Guardian".

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

screenshot
screenshot

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

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

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

                        Web Guarding protects your browser from visiting harmful sites.
We detect in real time if you visit an unsecure site and provide a a warning.
However you can pause/ deactivate the warning for any site and browse it without delay.


With installing the browser extension you give your consent to our privacy policy.
You can see our privacy policy here.                    

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

Όνομα Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
Επίσημο URL https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
Περιγραφή Protect your browser and personal information with Web Guardian
Μέγεθος Αρχείου 105 KB
Αριθμός Εγκαταστάσεων 29,231
Τρέχουσα Έκδοση 1.3
Τελευταία Ενημέρωση 2021-09-21
Ημερομηνία Δημοσίευσης 2021-06-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής sofia.republic
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.web-guardian.xyz/
URL της Σελίδας Πολιτικής Απορρήτου https://www.web-guardian.xyz/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Guardian",
    "manifest_version": 2,
    "version": "1.3",
    "description": "Protect your browser and personal information with Web Guardian",
    "background": {
        "scripts": [
            "vendor\/browser-polyfill.min.js",
            "vendor\/jsencrypt.min.js",
            "utils\/tlds.js",
            "js\/background-scripts\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "browser_action": {
        "default_icon": "assets\/icons\/19.png",
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "assets\/icons\/16.png",
        "48": "assets\/icons\/48.png",
        "128": "assets\/icons\/128.png"
    },
    "web_accessible_resources": [
        "blocking-iframe\/blocking-iframe.html",
        "consent-screen\/data-control.html"
    ]
}