sonar.js - Fingerprint Generator
Fingerprint generator for the sonar.js project
什么是sonar.js - Fingerprint Generator?
sonar.js - Fingerprint Generator是由https://thehackerblog.com开发的Chrome扩展程序,该扩展的主要功能是“Fingerprint generator for the sonar.js project”。
下载sonar.js - Fingerprint Generator扩展crx文件
下载sonar.js - Fingerprint Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fingerprint generator Chrome extension for the sonar.js project.
For more information, see:
https://github.com/mandatoryprogrammer/sonar.js 扩展基本信息
| 名称 | |
| ID | pmijnndljolchjlfcncaeoejfpjjagef |
| 官方URL | https://chromewebstore.google.com/detail/sonarjs-fingerprint-gener/pmijnndljolchjlfcncaeoejfpjjagef |
| 简介 | Fingerprint generator for the sonar.js project |
| 文件大小 | 421 KB |
| 安装次数 | 111 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2015-09-07 |
| 上架时间 | 2015-09-07 |
| 评分 | 3.00/5 共1次评分 |
| 开发者 | https://thehackerblog.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mandatoryprogrammer/sonar |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "sonar.js - Fingerprint Generator",
"version": "0.1.3",
"manifest_version": 2,
"description": "Fingerprint generator for the sonar.js project",
"homepage_url": "https:\/\/github.com\/mandatoryprogrammer\/sonar.js",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "browser action demo",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |