ProxyCheck

Provides an easy, instantly accessible method of determining if you are behind a proxy.

ما هو ProxyCheck؟

ProxyCheck هو إضافة Chrome تم تطويرها بواسطة Adam Mulligan، والميزة الرئيسية لها هي "Provides an easy, instantly accessible method of determining if you are behind a proxy.".

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

screenshot

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

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

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

                        For those who want to be instantly assured that they are still browsing through a VPN or behind a proxy, ProxyCheck stores a list of "safe" external IP addresses and alerts you if at any point an IP not in this list is visible to the outside world when you browse.

Update 1.2: Upgraded to work with new versions of Chrome. Coming soon: speed and UI improvements, plus the ability to select your own IP service!                    

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

الاسم ProxyCheck ProxyCheck
ID ihdmjfbbjiddngjkejjndioplkkfmnoe
عنوان URL الرسمي https://chrome.google.com/webstore/detail/proxycheck/ihdmjfbbjiddngjkejjndioplkkfmnoe
الوصف Provides an easy, instantly accessible method of determining if you are behind a proxy.
حجم الملف 65.71 KB
عدد التثبيتات 1,000
النسخة الحالية 1.2
آخر تحديث 2013-09-26
تاريخ النشر 2013-09-26
تقييم 3.46/5 مجموع تقييمات 28
المطور Adam Mulligan
نوع الدفع free
موقع الإضافة http://cyanoryx.com
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProxyCheck",
    "description": "Provides an easy, instantly accessible method of determining if you are behind a proxy.",
    "version": "1.2",
    "homepage_url": "http:\/\/cyanoryx.com",
    "browser_action": {
        "default_icon": "assets\/icon_off.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ]
}