IP-TRACKER LOOKUP
Shows your internet ip address and give you general details about an IP address.
IP-TRACKER LOOKUPとは何ですか?
IP-TRACKER LOOKUPはhttp://clanputos.comによって開発されたChromeの拡張機能で、その主な機能は「Shows your internet ip address and give you general details about an IP address.」です。
IP-TRACKER LOOKUP拡張機能のCRXファイルをダウンロード
IP-TRACKER LOOKUP拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } |