AlgoHack

Turn any Leetcode task into the live mock interview

什麼是AlgoHack?

AlgoHack是由https://algohack.app開發的Chrome擴展程式,該擴展的主要功能是“Turn any Leetcode task into the live mock interview”。

擴展截圖

screenshot
screenshot
screenshot

下載AlgoHack擴展crx文件

下載AlgoHack擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 AlgoHack AlgoHack
ID phmfobiigfobdagcmnebpdhfnedcaebd
官方網址 https://chromewebstore.google.com/detail/algohack/phmfobiigfobdagcmnebpdhfnedcaebd
簡介 Turn any Leetcode task into the live mock interview
檔案大小 5.76 MB
安裝次數 100
目前版本 3.4.1
更新時間 2023-12-30
上架時間 2023-05-04
評分 5.00/5 共 4 次評分
開發者 https://algohack.app
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://www.algohack.app/privacy-policy
支援的語言 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\/*"
            ]
        }
    ]
}