BlockedInIran

Check if a site is Blocked in Iran or not

Was ist BlockedInIran?

BlockedInIran ist eine Chrome-Erweiterung, die von GetApp entwickelt wurde, und ihr Hauptmerkmal ist "Check if a site is Blocked in Iran or not".

Erweiterungsscreenshots

screenshot
screenshot

BlockedInIran-Erweiterungs-CRX-Datei herunterladen

Laden Sie BlockedInIran-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
Offizielle URL https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Beschreibung Check if a site is Blocked in Iran or not
Dateigröße 51.39 KB
Installationsanzahl 93
Aktuelle Version 2.9.4
Letztes Update 2020-12-11
Veröffentlichungsdatum 2020-04-28
Bewertung 5.00/5 Insgesamt 6 Bewertungen
Entwickler GetApp
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}