sonar.js - Fingerprint Generator

Fingerprint generator for the sonar.js project

Cos'è sonar.js - Fingerprint Generator?

sonar.js - Fingerprint Generator è un'estensione di Chrome sviluppata da https://thehackerblog.com, e la sua funzione principale è "Fingerprint generator for the sonar.js project".

Scarica il file CRX dell'estensione sonar.js - Fingerprint Generator

Scarica i file di estensione sonar.js - Fingerprint Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Fingerprint generator Chrome extension for the sonar.js project.

For more information, see:
https://github.com/mandatoryprogrammer/sonar.js                    

Informazioni di Base sull'Estensione

Nome sonar.js - Fingerprint Generator sonar.js - Fingerprint Generator
ID pmijnndljolchjlfcncaeoejfpjjagef
URL Ufficiale https://chromewebstore.google.com/detail/sonarjs-fingerprint-gener/pmijnndljolchjlfcncaeoejfpjjagef
Descrizione Fingerprint generator for the sonar.js project
Dimensione del File 421 KB
Conteggio Installazioni 111
Versione Corrente 0.1.3
Ultimo Aggiornamento 2015-09-07
Data di Pubblicazione 2015-09-07
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore https://thehackerblog.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/mandatoryprogrammer/sonar
Lingue Supportate 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"
            ]
        }
    ]
}