BLACKLIST.GOV.AZ

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

Apa itu BLACKLIST.GOV.AZ?

BLACKLIST.GOV.AZ adalah ekstensi Chrome yang dikembangkan oleh https://blacklist.gov.az, dan fitur utamanya adalah "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BLACKLIST.GOV.AZ

Unduh file ekstensi BLACKLIST.GOV.AZ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
URL Resmi https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
Deskripsi This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
Ukuran File 967 KB
Jumlah Instalasi 759
Versi Saat Ini 2.8.1
Terakhir Diperbarui 2023-11-04
Tanggal Publikasi 2020-03-04
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://blacklist.gov.az
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://blacklist.gov.az
URL Halaman Bantuan https://blacklist.gov.az/en/contact-us
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}