BlockedInIran

Check if a site is Blocked in Iran or not

Cos'è BlockedInIran?

BlockedInIran è un'estensione di Chrome sviluppata da GetApp, e la sua funzione principale è "Check if a site is Blocked in Iran or not".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione BlockedInIran

Scarica i file di estensione BlockedInIran in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
URL Ufficiale https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Descrizione Check if a site is Blocked in Iran or not
Dimensione del File 51.39 KB
Conteggio Installazioni 93
Versione Corrente 2.9.4
Ultimo Aggiornamento 2020-12-11
Data di Pubblicazione 2020-04-28
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore GetApp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}