MyIPAddress
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
ما هو MyIPAddress؟
MyIPAddress هو إضافة Chrome تم تطويرها بواسطة https://freeipapi.com، والميزة الرئيسية لها هي "MyIPAddress is an extension that gives you your public ip address information such as which country and city is.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MyIPAddress
قم بتنزيل ملفات الامتداد MyIPAddress بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
MyIPAddress is an extension that gives you your public ip address information such as which country and city is.
معلومات أساسية عن التمديد
الاسم | MyIPAddress |
ID | ggnknplpocgpecggogjfeimgillocidi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/myipaddress/ggnknplpocgpecggogjfeimgillocidi |
الوصف | MyIPAddress is an extension that gives you your public ip address information such as which country and city is. |
حجم الملف | 15.37 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-04-15 |
تاريخ النشر | 2022-10-05 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://freeipapi.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://freeipapi.com |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "manifest_version": 3, "name": "MyIPAddress", "permissions": [ "webRequest" ], "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "action": { "default_icon": { "16": "images\/icon-16x16.png", "24": "images\/icon-24x24.png", "32": "images\/icon-32x32.png" }, "default_title": "Click Me", "default_popup": "popup.html" } } |