BLACKLIST.GOV.AZ

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

Qu'est-ce que BLACKLIST.GOV.AZ ?

BLACKLIST.GOV.AZ est une extension Chrome développée par https://blacklist.gov.az, et sa fonction principale est "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BLACKLIST.GOV.AZ

Téléchargez les fichiers d'extension BLACKLIST.GOV.AZ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
URL Officiel https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Description This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Taille du Fichier 967 KB
Nombre d'Installations 759
Version Actuelle 2.8.1
Dernière Mise à Jour 2023-11-04
Date de Publication 2020-03-04
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://blacklist.gov.az
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://blacklist.gov.az
URL de la Page d'Aide https://blacklist.gov.az/en/contact-us
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}