BYR IP to Location
北邮人论坛或水木社区用户发贴IP地址后附加地理信息
Qu'est-ce que BYR IP to Location ?
BYR IP to Location est une extension Chrome développée par John Wong, et sa fonction principale est "北邮人论坛或水木社区用户发贴IP地址后附加地理信息".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension BYR IP to Location
Téléchargez les fichiers d'extension BYR IP to Location au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
北邮人论坛或水木社区用户发贴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
Informations de Base sur l'Extension
Nom | |
ID | fkgdjdphlpgcccgfaacjkchmphafhcmd |
URL Officiel | https://chromewebstore.google.com/detail/byr-ip-to-location/fkgdjdphlpgcccgfaacjkchmphafhcmd |
Description | 北邮人论坛或水木社区用户发贴IP地址后附加地理信息 |
Taille du Fichier | 6.85 KB |
Nombre d'Installations | 586 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2022-08-03 |
Date de Publication | 2016-05-23 |
Évaluation | 5.00/5 Total 18 Évaluations |
Développeur | John Wong |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |