Hash Cracker WeLeakInfo

Automatic hash craking on weleakinfo.com

什么是Hash Cracker WeLeakInfo?

Hash Cracker WeLeakInfo是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Automatic hash craking on weleakinfo.com”。

扩展截图

screenshot
screenshot

下载Hash Cracker WeLeakInfo扩展crx文件

下载Hash Cracker WeLeakInfo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Hash Cracker WeLeakInfo Hash Cracker WeLeakInfo
ID dnhjilmhnhgloajimncjbjkhbdeikcfi
官方URL https://chromewebstore.google.com/detail/hash-cracker-weleakinfo/dnhjilmhnhgloajimncjbjkhbdeikcfi
简介 Automatic hash craking on weleakinfo.com
文件大小 137 KB
安装次数 32
当前版本 0.0.2
更新时间 2019-09-04
上架时间 2019-09-03
开发者 Unknown
付费类型 free
支持的语言 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"
            ]
        }
    ]
}