BlockedInIran

Check if a site is Blocked in Iran or not

Apa itu BlockedInIran?

BlockedInIran adalah ekstensi Chrome yang dikembangkan oleh GetApp, dan fitur utamanya adalah "Check if a site is Blocked in Iran or not".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi BlockedInIran

Unduh file ekstensi BlockedInIran dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
URL Resmi https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Deskripsi Check if a site is Blocked in Iran or not
Ukuran File 51.39 KB
Jumlah Instalasi 93
Versi Saat Ini 2.9.4
Terakhir Diperbarui 2020-12-11
Tanggal Publikasi 2020-04-28
Penilaian 5.00/5 Total 6 Penilaian
Pengembang GetApp
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}