BlockedInIran

Check if a site is Blocked in Iran or not

Qu'est-ce que BlockedInIran ?

BlockedInIran est une extension Chrome développée par GetApp, et sa fonction principale est "Check if a site is Blocked in Iran or not".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension BlockedInIran

Téléchargez les fichiers d'extension BlockedInIran au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
URL Officiel https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Description Check if a site is Blocked in Iran or not
Taille du Fichier 51.39 KB
Nombre d'Installations 93
Version Actuelle 2.9.4
Dernière Mise à Jour 2020-12-11
Date de Publication 2020-04-28
Évaluation 5.00/5 Total 6 Évaluations
Développeur GetApp
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}