sonar.js - Fingerprint Generator
Fingerprint generator for the sonar.js project
What is sonar.js - Fingerprint Generator?
sonar.js - Fingerprint Generator is a Chrome extension developed by https://thehackerblog.com, and its main feature is "Fingerprint generator for the sonar.js project".
Download sonar.js - Fingerprint Generator Extension CRX File
Download sonar.js - Fingerprint Generator 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
Fingerprint generator Chrome extension for the sonar.js project. For more information, see: https://github.com/mandatoryprogrammer/sonar.js
Extension Basic Information
Name | sonar.js - Fingerprint Generator |
ID | pmijnndljolchjlfcncaeoejfpjjagef |
Official URL | https://chromewebstore.google.com/detail/sonarjs-fingerprint-gener/pmijnndljolchjlfcncaeoejfpjjagef |
Description | Fingerprint generator for the sonar.js project |
File Size | 421 KB |
Installation Count | 111 |
Current Version | 0.1.3 |
Last Updated | 2015-09-07 |
Publish Date | 2015-09-07 |
Rating | 3.00/5 Total 1 Ratings |
Developer | https://thehackerblog.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mandatoryprogrammer/sonar |
Supported Languages | 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" ] } ] } |