Check my public and private IP addresses

Check out the personal and public IP addresses of the client

ما هو Check my public and private IP addresses؟

Check my public and private IP addresses هو إضافة Chrome تم تطويرها بواسطة Marin Marinov، والميزة الرئيسية لها هي "Check out the personal and public IP addresses of the client".

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

screenshot

تحميل ملف CRX للإضافة Check my public and private IP addresses

قم بتنزيل ملفات الامتداد Check my public and private IP addresses بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        The fastest way to check out your public and private IP addresses.
Extremely light extension for instant check out both the public and private IP addresses of the client. You don't need to load any additional websites to check them out. Even if you don't have internet access you still be able to check out your private IP address.

* Private IP address is the IP address of your device, using it in your local network.
* Public IP address is the IP address given to your device by your internet provider, or proxy server, etc. It is visible by the outer world.                    

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

الاسم Check my public and private IP addresses Check my public and private IP addresses
ID nmhkffmkjbepohgmonlkfoifdbncbgbl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/check-my-public-and-priva/nmhkffmkjbepohgmonlkfoifdbncbgbl
الوصف Check out the personal and public IP addresses of the client
حجم الملف 23.3 KB
عدد التثبيتات 589
النسخة الحالية 1.2.0
آخر تحديث 2016-08-29
تاريخ النشر 2016-08-29
تقييم 4.41/5 مجموع تقييمات 22
المطور Marin Marinov
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Check my public and private IP addresses",
    "short_name": "Check my IPs",
    "description": "Check out the personal and public IP addresses of the client",
    "version": "1.2.0",
    "browser_action": {
        "default_icon": "img\/Check-my-IPs-128.png",
        "default_popup": "popup.html",
        "default_title": "Check out my IP addresses"
    },
    "author": "Marin Marinov",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}