BlockedInIran

Check if a site is Blocked in Iran or not

Co to jest BlockedInIran?

BlockedInIran to rozszerzenie Chrome opracowane przez GetApp, a jego główną funkcją jest „Check if a site is Blocked in Iran or not”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia BlockedInIran

Pobierz pliki rozszerzeń BlockedInIran w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
Oficjalny URL https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
Opis Check if a site is Blocked in Iran or not
Rozmiar pliku 51.39 KB
Liczba instalacji 93
Aktualna Wersja 2.9.4
Ostatnia Aktualizacja 2020-12-11
Data Publikacji 2020-04-28
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper GetApp
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}