Blindcode - Hide Leetcode Question Difficulty

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

Blindcode - Hide Leetcode Question Difficulty란 무엇입니까?

Blindcode - Hide Leetcode Question Difficulty은(는) Alex Feinstein에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Blindcode - Hide Leetcode Question Difficulty 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Blindcode - Hide Leetcode Question Difficulty Blindcode - Hide Leetcode Question Difficulty
ID kmlbldnkhknbdfenanehnngjpkfghdec
공식 URL https://chromewebstore.google.com/detail/blindcode-hide-leetcode-q/kmlbldnkhknbdfenanehnngjpkfghdec
설명 Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!
파일 크기 15.14 KB
설치 횟수 228
현재 버전 1.0.7
최근 업데이트 2024-02-19
출시 날짜 2021-08-30
평점 3.00/5 총 3 개의 평점
개발자 Alex Feinstein
이메일 [email protected]
결제 유형 free
지원되는 언어 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
}