BlockedInIran

Check if a site is Blocked in Iran or not

Wat is BlockedInIran?

BlockedInIran is een Chrome-extensie ontwikkeld door GetApp, en de belangrijkste functie is "Check if a site is Blocked in Iran or not".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BlockedInIran

Download BlockedInIran-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
Officiële URL https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Beschrijving Check if a site is Blocked in Iran or not
Bestandsgrootte 51.39 KB
Aantal Installaties 93
Huidige Versie 2.9.4
Laatst Bijgewerkt 2020-12-11
Publicatiedatum 2020-04-28
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar GetApp
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}