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
官方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"
    ]
}