BlockedInIran

Check if a site is Blocked in Iran or not

ما هو BlockedInIran؟

BlockedInIran هو إضافة Chrome تم تطويرها بواسطة GetApp، والميزة الرئيسية لها هي "Check if a site is Blocked in Iran or not".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة BlockedInIran

قم بتنزيل ملفات الامتداد BlockedInIran بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم BlockedInIran BlockedInIran
ID acginpkbegcejbgalhkmfilcaiajokbj
عنوان URL الرسمي https://chromewebstore.google.com/detail/blockediniran/acginpkbegcejbgalhkmfilcaiajokbj
الوصف Check if a site is Blocked in Iran or not
حجم الملف 51.39 KB
عدد التثبيتات 93
النسخة الحالية 2.9.4
آخر تحديث 2020-12-11
تاريخ النشر 2020-04-28
تقييم 5.00/5 مجموع تقييمات 6
المطور GetApp
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    ]
}