BlockedInIran

Check if a site is Blocked in Iran or not

What is BlockedInIran?

BlockedInIran is a Chrome extension developed by GetApp, and its main feature is "Check if a site is Blocked in Iran or not".

Extension Screenshots

screenshot
screenshot

Download BlockedInIran Extension CRX File

Download BlockedInIran extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
Official URL https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Description Check if a site is Blocked in Iran or not
File Size 51.39 KB
Installation Count 93
Current Version 2.9.4
Last Updated 2020-12-11
Publish Date 2020-04-28
Rating 5.00/5 Total 6 Ratings
Developer GetApp
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}