Blindcode - Hide Leetcode Question Difficulty

Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!

Co je Blindcode - Hide Leetcode Question Difficulty?

Blindcode - Hide Leetcode Question Difficulty je rozšíření Chrome vyvinuté Alex Feinstein, a jeho hlavní funkcí je „Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Blindcode - Hide Leetcode Question Difficulty

Stáhněte si soubory rozšíření Blindcode - Hide Leetcode Question Difficulty ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Hide Leetcode question difficulty tags with the flip of a switch!

Unlike similar extensions, Blindcode works on every page on both the old version and new version of Leetcode.

Useful for overcoming mental barriers caused by intimidating Leetcode difficulty tags. Works very well with the "pick one" question feature on Leetcode.

DISCLAIMER: Only English is currently supported. Please report any bugs under the support section of the page.

TERMS OF SERVICE: Blindcode can be downloaded for free from the Chrome Web Store. There are no in-app purchases or advertisements within the extension. All updates, bug fixes, and future features are free after downloading Blindcode. Unauthorized distribution or modification of Blindcode or any of its contents through any medium is prohibited (regardless of whether you purchased a copy of the extension) without explicit written permission from the copyright holder. Blindcode’s terms of service may be subject to change without notice. You are agreeing to these conditions by downloading or using Blindcode or any of its contents. Use Blindcode responsibly.
 
PRIVACY POLICY: This extension will never collect, save, or transmit any of your personal data.

Copyright © 2021 by Alexander Feinstein
All Rights Reserved                    

Základní Informace o Rozšíření

Název Blindcode - Hide Leetcode Question Difficulty Blindcode - Hide Leetcode Question Difficulty
ID kmlbldnkhknbdfenanehnngjpkfghdec
Oficiální URL https://chromewebstore.google.com/detail/blindcode-hide-leetcode-q/kmlbldnkhknbdfenanehnngjpkfghdec
Popis Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!
Velikost souboru 15.14 KB
Počet instalací 228
Aktuální Verze 1.0.7
Poslední Aktualizace 2024-02-19
Datum Vydání 2021-08-30
Hodnocení 3.00/5 Celkem 3 Hodnocení
Vývojář Alex Feinstein
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blindcode - Hide Leetcode Question Difficulty",
    "description": "Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!",
    "version": "1.0.7",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/leetcode.com\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Blindcode - Hide Leetcode Question Difficulty"
    },
    "icons": {
        "48": "logo\/blindcode48.png",
        "128": "logo\/blindcode128.png"
    },
    "manifest_version": 3
}