Whatismyipaddress - Show My IP address
Show your IP address, ISP, location, DNS. You can get my IP address more information.
ما هو Whatismyipaddress - Show My IP address؟
Whatismyipaddress - Show My IP address هو إضافة Chrome تم تطويرها بواسطة https://windows11tools.com، والميزة الرئيسية لها هي "Show your IP address, ISP, location, DNS. You can get my IP address more information.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Whatismyipaddress - Show My IP address
قم بتنزيل ملفات الامتداد Whatismyipaddress - Show My IP address بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Whatismyipaddress extension for chrome is aimed to help windows 11 users check IP address. It shows detailed information about your location of city, country, latitude, longitude and location shown on Google Maps. Features: Shows your current IP address information. Detailed information about city, country, latitude, longitude and location shown on Google Maps. Log your IP history and notify you when it changes. Shows the country and city where your IP address is located. Information about IPv4 and IPv6. See all official registration information related to your IP address.
معلومات أساسية عن التمديد
الاسم | |
ID | lfcnpljmmpocjjdcnjegakopjfpemodn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/whatismyipaddress-show-my/lfcnpljmmpocjjdcnjegakopjfpemodn |
الوصف | Show your IP address, ISP, location, DNS. You can get my IP address more information. |
حجم الملف | 146 KB |
عدد التثبيتات | 46 |
النسخة الحالية | 2.0.2 |
آخر تحديث | 2021-10-21 |
تاريخ النشر | 2021-10-21 |
تقييم | 5.00/5 مجموع تقييمات 7 |
المطور | https://windows11tools.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://windows11tools.com/ |
عنوان صفحة سياسة الخصوصية | https://windows11tools.com/privacy-policy |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whatismyipaddress - Show My IP address", "version": "2.0.2", "manifest_version": 2, "description": "Show your IP address, ISP, location, DNS. You can get my IP address more information.", "background": { "scripts": [ "js\/main.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon.19.png", "38": "images\/icon.38.png" }, "default_title": "Show my IP", "default_popup": "popup.html" }, "icons": { "128": "images\/icon.128.png" }, "incognito": "spanning", "minimum_chrome_version": "17", "permissions": [ "http:\/\/*.hidemyass.com\/", "http:\/\/*.hmageo.com\/" ] } |