BLACKLIST.GOV.AZ

This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.

Τι είναι το BLACKLIST.GOV.AZ;

Το BLACKLIST.GOV.AZ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blacklist.gov.az, και η κύρια λειτουργία του είναι "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης BLACKLIST.GOV.AZ

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

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

                        Chrome Extension for automatically blocking suspicious and malicious web sites listed on Blacklist.gov.az Feed Center's Database.                    

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

Όνομα BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
Επίσημο URL https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Περιγραφή This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Μέγεθος Αρχείου 967 KB
Αριθμός Εγκαταστάσεων 759
Τρέχουσα Έκδοση 2.8.1
Τελευταία Ενημέρωση 2023-11-04
Ημερομηνία Δημοσίευσης 2020-03-04
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής https://blacklist.gov.az
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://blacklist.gov.az
Διεύθυνση URL της Σελίδας Βοήθειας https://blacklist.gov.az/en/contact-us
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BLACKLIST.GOV.AZ",
    "author": "CERT.GOV.AZ",
    "description": "This extension automatically blocks suspicious URLs  when you visit them in real-time and helps you to surf in internet secure.",
    "version": "2.8.1",
    "permissions": [
        "activeTab",
        "storage",
        "webNavigation"
    ],
    "icons": {
        "16": "\/assets\/img\/icon16.png",
        "48": "\/assets\/img\/icon32.png",
        "128": "\/assets\/img\/icon150.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}