BlockedInIran

Check if a site is Blocked in Iran or not

什麼是BlockedInIran?

BlockedInIran是由GetApp開發的Chrome擴展程式,該擴展的主要功能是“Check if a site is Blocked in Iran or not”。

擴展截圖

screenshot
screenshot

下載BlockedInIran擴展crx文件

下載BlockedInIran擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
官方網址 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"
    ]
}