Blindcode - Hide Leetcode Question Difficulty

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

Blindcode - Hide Leetcode Question Difficulty là gì?

Blindcode - Hide Leetcode Question Difficulty là một tiện ích mở rộng Chrome được phát triển bởi Alex Feinstein, và tính năng chính của nó là "Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blindcode - Hide Leetcode Question Difficulty

Tải xuống các tệp mở rộng Blindcode - Hide Leetcode Question Difficulty 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

                        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                    

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

Tên Blindcode - Hide Leetcode Question Difficulty Blindcode - Hide Leetcode Question Difficulty
ID kmlbldnkhknbdfenanehnngjpkfghdec
URL Chính Thức https://chromewebstore.google.com/detail/blindcode-hide-leetcode-q/kmlbldnkhknbdfenanehnngjpkfghdec
Mô tả Blindcode - Hide Leetcode question difficulty tags with the flip of a switch!
Kích Thước Tệp 15.14 KB
Số Lần Cài Đặt 228
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2024-02-19
Ngày Phát Hành 2021-08-30
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Alex Feinstein
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}