笨笨Q号码查询
身份证号码、IP地址、电话号码归属地查询
What is 笨笨Q号码查询?
笨笨Q号码查询 is a Chrome extension developed by chanhunsion, and its main feature is "身份证号码、IP地址、电话号码归属地查询".
Extension Screenshots
Download 笨笨Q号码查询 Extension CRX File
Download 笨笨Q号码查询 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
本插件包含三个模块: 1、IP地址查询:可以查询当前用户的IP地址;可以手动输入IP地址,查询网络类型和网络所处地区 2、身份证号码查询:可以查询户口所在地,生日信息和性别、年龄 3、手机号码归属地:可以查询手机号码卡的类别和归属地
Extension Basic Information
Name | |
ID | aibfjpdgkjaindijkpekchgcjikgddfj |
Official URL | https://chrome.google.com/webstore/detail/%E7%AC%A8%E7%AC%A8q%E5%8F%B7%E7%A0%81%E6%9F%A5%E8%AF%A2/aibfjpdgkjaindijkpekchgcjikgddfj |
Description | 身份证号码、IP地址、电话号码归属地查询 |
File Size | 102 KB |
Installation Count | 12 |
Current Version | 1.0 |
Last Updated | 2015-09-23 |
Publish Date | 2015-09-23 |
Developer | chanhunsion |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u7b28\u7b28Q\u53f7\u7801\u67e5\u8be2", "version": "1.0", "description": "\u8eab\u4efd\u8bc1\u53f7\u7801\u3001IP\u5730\u5740\u3001\u7535\u8bdd\u53f7\u7801\u5f52\u5c5e\u5730\u67e5\u8be2", "browser_action": { "default_icon": "img\/icon128.png", "default_popup": "popup.html" }, "icons": { "128": "img\/icon128.png" }, "permissions": [ "tabs", "http:\/\/*\/*" ] } |