Show Server IP

Show the IPs that were queried in loading the Site.

ما هو Show Server IP؟

Show Server IP هو إضافة Chrome تم تطويرها بواسطة bongokarl101010، والميزة الرئيسية لها هي "Show the IPs that were queried in loading the Site.".

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

screenshot

تحميل ملف CRX للإضافة Show Server IP

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

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

                        Show the Server IP without interacting with external Sites.
If you are behind a proxy it will only show the IP of the Proxy!                    

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

الاسم Show Server IP Show Server IP
ID cpnkmkgpcebncmhdihkfalghpdiponok
عنوان URL الرسمي https://chrome.google.com/webstore/detail/show-server-ip/cpnkmkgpcebncmhdihkfalghpdiponok
الوصف Show the IPs that were queried in loading the Site.
حجم الملف 28.31 KB
عدد التثبيتات 76
النسخة الحالية 2.3
آخر تحديث 2017-10-10
تاريخ النشر 2017-10-08
المطور bongokarl101010
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show Server IP",
    "version": "2.3",
    "description": "Show the IPs that were queried in loading the Site.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Chill out"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}