Web Guardian

Protect your browser and personal information with Web Guardian

Vad är Web Guardian?

Web Guardian är en Chrome-tillägg utvecklad av sofia.republic, och dess huvudfunktion är "Protect your browser and personal information with Web Guardian".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Web Guardian-förlängningens CRX-fil

Ladda ner Web Guardian-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Web Guardian Web Guardian
ID heldjbkamhpgicafaahiilnbjnpgmffl
Officiell webbadress https://chrome.google.com/webstore/detail/web-guardian/heldjbkamhpgicafaahiilnbjnpgmffl
Beskrivning Protect your browser and personal information with Web Guardian
Filstorlek 105 KB
Antal Installationer 29,231
Aktuell Version 1.3
Senast Uppdaterad 2021-09-21
Publiceringsdatum 2021-06-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare sofia.republic
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.web-guardian.xyz/
URL till Sekretesspolicy Sidan https://www.web-guardian.xyz/privacy-policy
Stödda Språk 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"
    ]
}