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
拡張機能の基本情報
名前 | sonar.js - Fingerprint Generator |
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 |
Eメール | [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" ] } ] } |