IPMonitor
IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.
ما هو IPMonitor؟
IPMonitor هو إضافة Chrome تم تطويرها بواسطة ZiB، والميزة الرئيسية لها هي "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IPMonitor
قم بتنزيل ملفات الامتداد IPMonitor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
IPMonitor is all about getting to know your current IP address. Whether you are using a VPN or proxy, if your IP is still unchanged, there's something fishy with the cloaking services you are using. So, use, IPMonitor to get to know your current IP address to make sure there's no IP leakages taking place and your true identity is anonymous.
معلومات أساسية عن التمديد
الاسم | |
ID | oodjlfepkheipoglihhbapdcelcaojje |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/ipmonitor/oodjlfepkheipoglihhbapdcelcaojje |
الوصف | IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP. |
حجم الملف | 1.32 MB |
عدد التثبيتات | 92 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-03-04 |
تاريخ النشر | 2018-03-04 |
تقييم | 4.57/5 مجموع تقييمات 7 |
المطور | ZiB |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IPMonitor", "version": "1.0", "author": "Vadagon", "manifest_version": 2, "description": "IPMonitor lets you check your IP address with just one click. Reveal and Now Show your IP.", "browser_action": { "default_icon": { "128": "images\/logo.png" }, "default_popup": "popup.html", "default_title": "Show your IP" }, "icons": { "128": "images\/logo.png" }, "web_accessible_resources": [ "images\/*", "fonts\/*", "scripts\/*" ], "minimum_chrome_version": "32" } |