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 sonar.js - Fingerprint Generator
ID pmijnndljolchjlfcncaeoejfpjjagef
官方網址 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"
            ]
        }
    ]
}