Ohrz IP
在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。
What is Ohrz IP?
Ohrz IP is a Chrome extension developed by https://ohrz.net, and its main feature is "在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。".
Download Ohrz IP Extension CRX File
Download Ohrz IP extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- 点击图标开启或关闭 - 弹窗可以通过点击右上角的“X”关闭 淘宝天猫优惠券分享:https://www.youquan.info/
Extension Basic Information
Name | Ohrz IP |
ID | dbgonloodaliegihbhlccphijpifofpj |
Official URL | https://chromewebstore.google.com/detail/ohrz-ip/dbgonloodaliegihbhlccphijpifofpj |
Description | 在网页右下角显示服务器的IP地址及地理位置,使用纯真IP数据库。 |
File Size | 30.5 KB |
Installation Count | 305 |
Current Version | 1.5 |
Last Updated | 2017-03-22 |
Publish Date | 2017-03-21 |
Rating | 4.83/5 Total 6 Ratings |
Developer | https://ohrz.net |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "\/res\/js\/ajax.js", "\/res\/js\/background.js" ] }, "content_scripts": [ { "all_frames": false, "css": [ "\/res\/css\/contents\/ip.css" ], "js": [ "\/res\/js\/contents\/ip.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "\u5728\u7f51\u9875\u53f3\u4e0b\u89d2\u663e\u793a\u670d\u52a1\u5668\u7684IP\u5730\u5740\u53ca\u5730\u7406\u4f4d\u7f6e\uff0c\u4f7f\u7528\u7eaf\u771fIP\u6570\u636e\u5e93\u3002", "icons": { "128": "\/res\/icon\/icon.png", "64": "\/res\/icon\/icon.png", "32": "\/res\/icon\/icon.png", "16": "\/res\/icon\/icon.png" }, "manifest_version": 2, "name": "Ohrz IP", "browser_action": { "default_icon": { "19": "res\/icon\/icon.png", "38": "res\/icon\/icon.png" }, "default_title": "\u70b9\u51fb\u5f00\u542f\u6216\u5173\u95ed" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "storage" ], "version": "1.5" } |