IP-TRACKER LOOKUP
Shows your internet ip address and give you general details about an IP address.
ما هو IP-TRACKER LOOKUP؟
IP-TRACKER LOOKUP هو إضافة Chrome تم تطويرها بواسطة http://clanputos.com، والميزة الرئيسية لها هي "Shows your internet ip address and give you general details about an IP address.".
تحميل ملف CRX للإضافة IP-TRACKER LOOKUP
قم بتنزيل ملفات الامتداد IP-TRACKER LOOKUP بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Shows your internet ip address and give you general details about an IP address Donation: https://paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2P5NGYC2RFAK4 thanks very much
معلومات أساسية عن التمديد
الاسم | |
ID | nboleejpleoliioadnjdpnmckbgegfdd |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ip-tracker-lookup/nboleejpleoliioadnjdpnmckbgegfdd |
الوصف | Shows your internet ip address and give you general details about an IP address. |
حجم الملف | 9.15 KB |
عدد التثبيتات | 228 |
النسخة الحالية | 1.0 |
آخر تحديث | 2017-04-07 |
تاريخ النشر | 2017-04-07 |
تقييم | 1.50/5 مجموع تقييمات 2 |
المطور | http://clanputos.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://mariantonio.net |
اللغات المدعومة | en |
manifest.json | |
{ "background": { "scripts": [ "bg.js" ] }, "content_scripts": [ { "js": [ "content_script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Shows your internet ip address and give you general details about an IP address.", "icons": { "128": "ico128.png", "16": "ico16.png", "48": "ico48.png" }, "manifest_version": 2, "name": "IP-TRACKER LOOKUP", "permissions": [ "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0", "web_accessible_resources": [ "icon_19.png", "icon_48.png", "icon_128.png" ] } |