BLACKLIST.GOV.AZ

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

Vad är BLACKLIST.GOV.AZ?

BLACKLIST.GOV.AZ är en Chrome-tillägg utvecklad av https://blacklist.gov.az, och dess huvudfunktion är "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Tilläggsskärmbilder

screenshot

Ladda ner BLACKLIST.GOV.AZ-förlängningens CRX-fil

Ladda ner BLACKLIST.GOV.AZ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
Officiell webbadress https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Beskrivning This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Filstorlek 967 KB
Antal Installationer 759
Aktuell Version 2.8.1
Senast Uppdaterad 2023-11-04
Publiceringsdatum 2020-03-04
Betyg 5.00/5 Totalt 5 Betyg
Utvecklare https://blacklist.gov.az
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://blacklist.gov.az
Hjälpsida URL https://blacklist.gov.az/en/contact-us
Stödda Språk 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": [
                ""
            ]
        }
    ]
}