Hash Cracker WeLeakInfo
Automatic hash craking on weleakinfo.com
Wat is Hash Cracker WeLeakInfo?
Hash Cracker WeLeakInfo is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Automatic hash craking on weleakinfo.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Hash Cracker WeLeakInfo
Download Hash Cracker WeLeakInfo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Automatically clicks the "Crack Hash" buttons on searches on weleakinfo.com
Basisinformatie over de Extensie
Naam | Hash Cracker WeLeakInfo |
ID | dnhjilmhnhgloajimncjbjkhbdeikcfi |
Officiële URL | https://chromewebstore.google.com/detail/hash-cracker-weleakinfo/dnhjilmhnhgloajimncjbjkhbdeikcfi |
Beschrijving | Automatic hash craking on weleakinfo.com |
Bestandsgrootte | 137 KB |
Aantal Installaties | 32 |
Huidige Versie | 0.0.2 |
Laatst Bijgewerkt | 2019-09-04 |
Publicatiedatum | 2019-09-03 |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |