Online Security Guard

Protect your digital privacy and enjoy safe browsing experience

Τι είναι το Online Security Guard;

Το Online Security Guard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Budapest Chrome Extensions, και η κύρια λειτουργία του είναι "Protect your digital privacy and enjoy safe browsing experience".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Online Security Guard

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

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

                        Bumping into the wrong website can infect your PC with malware. Online Security Guard attempts to block and warn you of malicious, virus-hosting sites by tagging websites with a rating of Safe or Not Safe based on input from users; you can share feedback too.


By installing this extension in your browser, you acknowledge that you have read and agree to our Privacy Policy (https://www.onlinesecurity-extension.com/privacy-policy), which governs the download and use of the selected product.                    

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

Όνομα Online Security Guard Online Security Guard
ID pdbpchopfcmiopjiijdfipdojgdigplf
Επίσημο URL https://chromewebstore.google.com/detail/online-security-guard/pdbpchopfcmiopjiijdfipdojgdigplf
Περιγραφή Protect your digital privacy and enjoy safe browsing experience
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 505
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2021-09-23
Ημερομηνία Δημοσίευσης 2021-09-23
Αξιολόγηση 5.00/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής Budapest Chrome Extensions
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.onlinesecurity-extension.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.0",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Online Security Guard Extension",
        "default_popup": "index.html"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            ".\/js\/background.js"
        ]
    },
    "permissions": [
        "",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage"
    ]
}