IP Plunger
By TMCnet.com - IP and related info discovery
什么是IP Plunger?
IP Plunger是由rhashemian开发的Chrome扩展程序,该扩展的主要功能是“By TMCnet.com - IP and related info discovery”。
扩展截图
下载IP Plunger扩展crx文件
下载IP Plunger扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Displays IP and related information about the site you are visiting.
By Robert Hashemian
http://www.tmcnet.com/ 扩展基本信息
| 名称 | |
| ID | bkibejidhaabcdmbbbabmffplgapkpmp |
| 官方URL | https://chromewebstore.google.com/detail/ip-plunger/bkibejidhaabcdmbbbabmffplgapkpmp |
| 简介 | By TMCnet.com - IP and related info discovery |
| 文件大小 | 39.11 KB |
| 安装次数 | 86 |
| 当前版本 | 1.3 |
| 更新时间 | 2013-06-19 |
| 上架时间 | 2013-06-19 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | rhashemian |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "IP Plunger",
"version": "1.3",
"manifest_version": 2,
"description": "By TMCnet.com - IP and related info discovery",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"icons": {
"16": "ip16.gif",
"48": "ip48.gif",
"128": "ip128.gif"
},
"browser_action": {
"default_icon": "ip19.gif",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"http:\/\/*\/"
]
} | |