My Public IP
Displays your public IP address and the country that it belongs to.
ما هو My Public IP؟
My Public IP هو إضافة Chrome تم تطويرها بواسطة ml، والميزة الرئيسية لها هي "Displays your public IP address and the country that it belongs to.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة My Public IP
قم بتنزيل ملفات الامتداد My Public IP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Simply click on the icon to see the information. IP info is retrieved from https://ip-api.com/. Flag images are from http://www.iconbeast.com.
معلومات أساسية عن التمديد
الاسم | My Public IP |
ID | mfogaajkjakkhpidbcbpfbbibgbmjihk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/my-public-ip/mfogaajkjakkhpidbcbpfbbibgbmjihk |
الوصف | Displays your public IP address and the country that it belongs to. |
حجم الملف | 262 KB |
عدد التثبيتات | 250 |
النسخة الحالية | 1.3 |
آخر تحديث | 2021-03-03 |
تاريخ النشر | 2020-04-22 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | ml |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "My Public IP", "description": "Displays your public IP address and the country that it belongs to.", "version": "1.3", "browser_action": { "default_popup": "index.html", "default_title": "My Public IP" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "web_accessible_resources": [ "images\/*" ] } |