BLACKLIST.GOV.AZ

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

BLACKLIST.GOV.AZคืออะไร?

BLACKLIST.GOV.AZ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blacklist.gov.az และคุณลักษณะหลักของมันคือ "This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BLACKLIST.GOV.AZ

ดาวน์โหลดไฟล์ส่วนขยาย BLACKLIST.GOV.AZ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BLACKLIST.GOV.AZ BLACKLIST.GOV.AZ
ID gphbbnhfdfiamgaligbbiiliemdodpco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blacklistgovaz/gphbbnhfdfiamgaligbbiiliemdodpco
คำอธิบาย This extension automatically blocks suspicious URLs when you visit them in real-time and helps you to surf in internet secure.
ขนาดไฟล์ 967 KB
จำนวนการติดตั้ง 759
เวอร์ชันปัจจุบัน 2.8.1
อัปเดตครั้งล่าสุด 2023-11-04
วันที่เผยแพร่ 2020-03-04
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://blacklist.gov.az
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blacklist.gov.az
URL หน้าช่วยเหลือ https://blacklist.gov.az/en/contact-us
ภาษาที่รองรับ 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": [
                ""
            ]
        }
    ]
}