Hash Cracker WeLeakInfo

Automatic hash craking on weleakinfo.com

Hash Cracker WeLeakInfo là gì?

Hash Cracker WeLeakInfo là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Automatic hash craking on weleakinfo.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hash Cracker WeLeakInfo

Tải xuống các tệp mở rộng Hash Cracker WeLeakInfo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hash Cracker WeLeakInfo Hash Cracker WeLeakInfo
ID dnhjilmhnhgloajimncjbjkhbdeikcfi
URL Chính Thức https://chromewebstore.google.com/detail/hash-cracker-weleakinfo/dnhjilmhnhgloajimncjbjkhbdeikcfi
Mô tả Automatic hash craking on weleakinfo.com
Kích Thước Tệp 137 KB
Số Lần Cài Đặt 32
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2019-09-04
Ngày Phát Hành 2019-09-03
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}