BLACKLIST.GOV.AZ

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

Wat is BLACKLIST.GOV.AZ?

BLACKLIST.GOV.AZ is een Chrome-extensie ontwikkeld door https://blacklist.gov.az, en de belangrijkste functie is "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BLACKLIST.GOV.AZ

Download BLACKLIST.GOV.AZ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
Officiële URL https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Beschrijving This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Bestandsgrootte 967 KB
Aantal Installaties 759
Huidige Versie 2.8.1
Laatst Bijgewerkt 2023-11-04
Publicatiedatum 2020-03-04
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://blacklist.gov.az
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://blacklist.gov.az
Help Pagina-URL https://blacklist.gov.az/en/contact-us
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}