AlgoHack

Turn any Leetcode task into the live mock interview

AlgoHack là gì?

AlgoHack là một tiện ích mở rộng Chrome được phát triển bởi https://algohack.app, và tính năng chính của nó là "Turn any Leetcode task into the live mock interview".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng AlgoHack 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

                        Introducing AlgoHack, the ultimate AI-powered solution that now turns any Leetcode task into an algorithm interview challenge, helping you conquer algorithmic hurdles and land your dream job in tech. We understand that preparing for technical interviews is a daunting task, often fraught with challenges and time constraints. That's where AlgoHack steps in, offering more than just instant solutions.

Our easy-to-use Chrome extension not only provides rapid, AI-generated solutions to algorithm tasks in ten popular programming languages but now also includes a groundbreaking feature that transforms these tasks into real-world interview scenarios. This enhancement is designed to simulate the algorithm interview experience, equipping you with the confidence and skills needed to navigate through challenging coding interviews.                    

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

Tên AlgoHack AlgoHack
ID phmfobiigfobdagcmnebpdhfnedcaebd
URL Chính Thức https://chromewebstore.google.com/detail/algohack/phmfobiigfobdagcmnebpdhfnedcaebd
Mô tả Turn any Leetcode task into the live mock interview
Kích Thước Tệp 5.76 MB
Số Lần Cài Đặt 100
Phiên Bản Hiện Tại 3.4.1
Cập Nhật Lần Cuối 2023-12-30
Ngày Phát Hành 2023-05-04
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://algohack.app
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://www.algohack.app/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AlgoHack",
    "description": "Turn any Leetcode task into the live mock interview",
    "version": "3.4.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "AlgoHack",
        "default_icon": "brain_128x128.png"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "brain_16x16.png",
        "48": "brain_48x48.png",
        "128": "brain_128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "audioDetector\/wasm\/audio_wasm_internal.js",
                "contentScript.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/algohack.app\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "audioDetector\/wasm\/*",
                "audioDetector\/yamnet.tflite"
            ],
            "matches": [
                "https:\/\/leetcode.com\/*"
            ]
        }
    ]
}