BlockedInIran

Check if a site is Blocked in Iran or not

BlockedInIran là gì?

BlockedInIran là một tiện ích mở rộng Chrome được phát triển bởi GetApp, và tính năng chính của nó là "Check if a site is Blocked in Iran or not".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BlockedInIran

Tải xuống các tệp mở rộng BlockedInIran dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
URL Chính Thức https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Mô tả Check if a site is Blocked in Iran or not
Kích Thước Tệp 51.39 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 2.9.4
Cập Nhật Lần Cuối 2020-12-11
Ngày Phát Hành 2020-04-28
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển GetApp
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}