Hash Cracker WeLeakInfo

Automatic hash craking on weleakinfo.com

Cos'è Hash Cracker WeLeakInfo?

Hash Cracker WeLeakInfo è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Automatic hash craking on weleakinfo.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Hash Cracker WeLeakInfo

Scarica i file di estensione Hash Cracker WeLeakInfo 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

                        Automatically clicks the "Crack Hash" buttons on searches on weleakinfo.com                    

Informazioni di Base sull'Estensione

Nome Hash Cracker WeLeakInfo Hash Cracker WeLeakInfo
ID dnhjilmhnhgloajimncjbjkhbdeikcfi
URL Ufficiale https://chromewebstore.google.com/detail/hash-cracker-weleakinfo/dnhjilmhnhgloajimncjbjkhbdeikcfi
Descrizione Automatic hash craking on weleakinfo.com
Dimensione del File 137 KB
Conteggio Installazioni 32
Versione Corrente 0.0.2
Ultimo Aggiornamento 2019-09-04
Data di Pubblicazione 2019-09-03
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hash Cracker WeLeakInfo",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Automatic hash craking on weleakinfo.com",
    "homepage_url": "https:\/\/weleakinfo.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "https:\/\/weleakinfo.com\/search"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/weleakinfo.com\/search\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}