BLACKLIST.GOV.AZ

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

Hvad er BLACKLIST.GOV.AZ?

BLACKLIST.GOV.AZ er en Chrome-udvidelse udviklet af https://blacklist.gov.az, og dens hovedfunktion er "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Udvidelsesskærmbilleder

screenshot

Download BLACKLIST.GOV.AZ-udvidelses-CRX-fil

Download BLACKLIST.GOV.AZ-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
Officiel URL https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Beskrivelse This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Filstørrelse 967 KB
Antal Installationer 759
Nuværende Version 2.8.1
Senest Opdateret 2023-11-04
Udgivelsesdato 2020-03-04
Bedømmelse 5.00/5 Samlet 5 Bedømmelser
Udvikler https://blacklist.gov.az
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://blacklist.gov.az
Hjælpeside-URL https://blacklist.gov.az/en/contact-us
Understøttede Sprog 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": [
                ""
            ]
        }
    ]
}