AlgoHack

Turn any Leetcode task into the live mock interview

Qu'est-ce que AlgoHack ?

AlgoHack est une extension Chrome développée par https://algohack.app, et sa fonction principale est "Turn any Leetcode task into the live mock interview".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension AlgoHack

Téléchargez les fichiers d'extension AlgoHack au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom AlgoHack AlgoHack
ID phmfobiigfobdagcmnebpdhfnedcaebd
URL Officiel https://chromewebstore.google.com/detail/algohack/phmfobiigfobdagcmnebpdhfnedcaebd
Description Turn any Leetcode task into the live mock interview
Taille du Fichier 5.76 MB
Nombre d'Installations 100
Version Actuelle 3.4.1
Dernière Mise à Jour 2023-12-30
Date de Publication 2023-05-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://algohack.app
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://www.algohack.app/privacy-policy
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}