IP address lookup

Displays your public IP address and location (country and city).

ما هو IP address lookup؟

IP address lookup هو إضافة Chrome تم تطويرها بواسطة https://extpose.com، والميزة الرئيسية لها هي "Displays your public IP address and location (country and city).".

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

screenshot

تحميل ملف CRX للإضافة IP address lookup

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

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

                        This extension simply displays your IP address and location info including city and country based on geoip data.

It's useful if you use VPN or proxy service and want to check whether your ip address has been changed.


What is IP address?
An Internet Protocol address (IP address) is a logical numeric address that is assigned to every single computer, printer, switch, router or any other device that is part of a TCP/IP-based network.                    

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

الاسم IP address lookup IP address lookup
ID gljgjdaepgbcolgbkijpddfgkokjpale
عنوان URL الرسمي https://chromewebstore.google.com/detail/ip-address-lookup/gljgjdaepgbcolgbkijpddfgkokjpale
الوصف Displays your public IP address and location (country and city).
حجم الملف 325 KB
عدد التثبيتات 614
النسخة الحالية 1.0.0
آخر تحديث 2019-10-13
تاريخ النشر 2019-10-12
تقييم 3.80/5 مجموع تقييمات 5
المطور https://extpose.com
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/e/2PACX-1vRo7pRGkrPkeucDrEMpUVuhPeiPEhxy9h55kQTXQuXpfdWSAhHdFqjohyl68d_Aa2AYPmkKoDq1ZNWn/pub
اللغات المدعومة en,en-GB,en-US,tr,es,es-419,ru,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "64": "logo64.png",
        "128": "logo128.png"
    },
    "permissions": [
        "https:\/\/ifconfig.co\/",
        "alarms"
    ],
    "minimum_chrome_version": "22",
    "browser_action": {
        "default_icon": "logo32.png",
        "default_title": "(no data)"
    },
    "background": {
        "scripts": [
            "background-update.js"
        ],
        "persistent": false
    }
}