Kill Switch

An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.

ما هو Kill Switch؟

Kill Switch هو إضافة Chrome تم تطويرها بواسطة crypter، والميزة الرئيسية لها هي "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Kill Switch

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

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

                        An extension to block or allow specified urls with specified IP address'.

https://github.com/maxisme/killswitch

Logo from flaticon.com.                    

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

الاسم Kill Switch Kill Switch
ID gojllalahpiahalfhfjpbpfhjpaahjkc
عنوان URL الرسمي https://chromewebstore.google.com/detail/kill-switch/gojllalahpiahalfhfjpbpfhjpaahjkc
الوصف An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.
حجم الملف 574 KB
عدد التثبيتات 12,809
النسخة الحالية 1.0 beta
آخر تحديث 2016-12-14
تاريخ النشر 2016-12-14
تقييم 4.27/5 مجموع تقييمات 11
المطور crypter
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kill Switch",
    "short_name": "Kill Switch",
    "description": "An extension to prevent access to websites depending on your public IP address. Icon from flaticon.com.",
    "version": "1.11",
    "version_name": "1.0 beta",
    "author": "github.com\/maxisme",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "48": "\/img\/icon-48x48-red.png",
        "128": "\/img\/icon-128x128-red.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "storage"
    ],
    "options_ui": {
        "page": "\/html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "src\/options\/options.html"
    ],
    "browser_action": {
        "default_icon": "\/img\/icon-48x48-grey.png",
        "default_popup": "\/html\/popup.html",
        "default_title": "Kill Switch"
    }
}