BYR IP to Location

北邮人论坛或水木社区用户发贴IP地址后附加地理信息

What is BYR IP to Location?

BYR IP to Location is a Chrome extension developed by John Wong, and its main feature is "北邮人论坛或水木社区用户发贴IP地址后附加地理信息".

Extension Screenshots

screenshot

Download BYR IP to Location Extension CRX File

Download BYR IP to Location 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

                        北邮人论坛或水木社区用户发贴IP地址后附加地理信息
支持的BBS有:
bbs.byr.cn 
bbs6.byr.cn 
forum.byr.cn 
m.byr.cn 
bbs.byr.edu.cn 
bbs6.byr.edu.cn 
forum.byr.edu.cn 
www.newsmth.net                    

Extension Basic Information

Name BYR IP to Location BYR IP to Location
ID fkgdjdphlpgcccgfaacjkchmphafhcmd
Official URL https://chromewebstore.google.com/detail/byr-ip-to-location/fkgdjdphlpgcccgfaacjkchmphafhcmd
Description 北邮人论坛或水木社区用户发贴IP地址后附加地理信息
File Size 6.85 KB
Installation Count 586
Current Version 2.0
Last Updated 2022-08-03
Publish Date 2016-05-23
Rating 5.00/5 Total 18 Ratings
Developer John Wong
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BYR IP to Location",
    "version": "2.0",
    "description": "\u5317\u90ae\u4eba\u8bba\u575b\u6216\u6c34\u6728\u793e\u533a\u7528\u6237\u53d1\u8d34IP\u5730\u5740\u540e\u9644\u52a0\u5730\u7406\u4fe1\u606f",
    "page_action": {
        "default_icon": "icon-19.png",
        "default_title": "BYR ip to location"
    },
    "permissions": [
        "*:\/\/pytool.sinaapp.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/bbs.byr.cn\/*",
                "*:\/\/bbs6.byr.cn\/*",
                "*:\/\/forum.byr.cn\/*",
                "*:\/\/bbs.byr.edu.cn\/*",
                "*:\/\/bbs6.byr.edu.cn\/*",
                "*:\/\/forum.byr.edu.cn\/*",
                "*:\/\/www.newsmth.net\/*",
                "*:\/\/m.byr.cn\/article\/*",
                "*:\/\/m.newsmth.net\/article\/*"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}