My IP
Your public IP address and other tracking info
Apa itu My IP?
My IP adalah ekstensi Chrome yang dikembangkan oleh https://singleclickapps.com, dan fitur utamanya adalah "Your public IP address and other tracking info".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My IP
Unduh file ekstensi My IP dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
My IP is a tool which will show you your IP address and (if available) your host name, country and city. - Shows your public (remote, visible from internet) IP address - shows location info (if found) -- like country, city and region - shows the exact location (if available in the IP database) of your device on the map - shows some other tracking info (host name, http headers) - shows if Cookies and JavaScript are enabled and what's your browser user-agent string.
Informasi Dasar Ekstensi
Nama | |
ID | dhbbikoofbipjbkbkckpcnakflgoejli |
URL Resmi | https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli |
Deskripsi | Your public IP address and other tracking info |
Ukuran File | 21.68 KB |
Jumlah Instalasi | 681 |
Versi Saat Ini | 2.1.0.3 |
Terakhir Diperbarui | 2020-05-11 |
Tanggal Publikasi | 2020-05-11 |
Penilaian | 4.71/5 Total 7 Penilaian |
Pengembang | https://singleclickapps.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://singleclickapps.com/ip-plus |
URL Halaman Kebijakan Privasi | https://singleclickapps.com/privacy.html |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "My IP", "version": "2.1.0.3", "manifest_version": 2, "homepage_url": "https:\/\/singleclickapps.com\/ip-plus", "description": "Your public IP address and other tracking info", "icons": { "16": "icon.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_title": "My IP" }, "incognito": "spanning", "background": { "scripts": [ "background.js" ], "persistent": false }, "options_page": "settings.html" } |