BlockedInIran

Check if a site is Blocked in Iran or not

BlockedInIranคืออะไร?

BlockedInIran เป็นส่วนขยายของ Chrome ที่พัฒนาโดย GetApp และคุณลักษณะหลักของมันคือ "Check if a site is Blocked in Iran or not"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BlockedInIran

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

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

                        Check your domain name or website address is blocked in Iran or not.                    

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

ชื่อ BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
คำอธิบาย Check if a site is Blocked in Iran or not
ขนาดไฟล์ 51.39 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 2.9.4
อัปเดตครั้งล่าสุด 2020-12-11
วันที่เผยแพร่ 2020-04-28
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา GetApp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "assets\/js\/jquery3.min.js",
            "background.js"
        ]
    },
    "description": "Check if a site is Blocked in Iran or not",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "name": "BlockedInIran",
    "version": "2.9.4",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/jquery3.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "icon.png"
        },
        "default_title": "is Blocked in Iran?",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ]
}