My IP
Your public IP address and other tracking info
My IPとは何ですか?
My IPはhttps://singleclickapps.comによって開発されたChromeの拡張機能で、その主な機能は「Your public IP address and other tracking info」です。
拡張機能のスクリーンショット
My IP拡張機能のCRXファイルをダウンロード
My IP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | dhbbikoofbipjbkbkckpcnakflgoejli |
公式URL | https://chromewebstore.google.com/detail/my-ip/dhbbikoofbipjbkbkckpcnakflgoejli |
説明 | Your public IP address and other tracking info |
ファイルサイズ | 21.68 KB |
インストール数 | 681 |
現在のバージョン | 2.1.0.3 |
最終更新日 | 2020-05-11 |
公開日 | 2020-05-11 |
評価 | 4.71/5 合計 7 レビュー |
開発者 | https://singleclickapps.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://singleclickapps.com/ip-plus |
プライバシーポリシーページのURL | https://singleclickapps.com/privacy.html |
対応言語 | 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" } |