LeetCode Forcer

An extension which force you to solve daily leetcode problem. Say no to procrastination.

LeetCode Forcer là gì?

LeetCode Forcer là một tiện ích mở rộng Chrome được phát triển bởi anuraglodhi13, và tính năng chính của nó là "An extension which force you to solve daily leetcode problem. Say no to procrastination.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng LeetCode Forcer

Tải xuống các tệp mở rộng LeetCode Forcer 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

                        Occasionally, we all make a commitment to solve at least one problem daily on Leetcode. However, in today's fast-paced and distracting world, it can be challenging to stick to this commitment despite having made it multiple times.

To motivate you to tackle the daily Leetcode challenge, we have developed this extension. Instead of sending reminders, it will automatically redirect you to Leetcode until you have completed the problem of the day.

What is the function of this extension?

1. After installing, if you browse anything on chrome and you have not solved the problem for a day it will redirect to that. Basically, it's virtual implementation of the principles outlined in book 'Eat That Frog'.
2. In case of an urgent need to browse, the extension includes an emergency button that can be used once per day to temporarily disable the redirection to Leetcode for a period of 3 hours.
3. You have the option to choose between two modes: redirecting yourself to the daily Leetcode challenge or to any problem on Leetcode. This is beneficial for users who are beginners and those who are on their way to becoming pro and do not want to solve the daily Leetcode challenge.

What's new in version 2.0.6
1. There appears to be an issue with the extension not functioning properly on the new UI of Leetcode. If you are experiencing this issue, we recommend switching back to the old UI. In order to assist with this, we have included instructions in the extension popup on how to switch back to the old UI.
 
What's new in version 2.0.5
1. Now Leetcode Forcing For Mode Daily Leetcode Challenge will happen according to UTC 12 AM as daily leetcode problem changes accordingly.
2. Minor bugs are fixed.                    

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

Tên LeetCode Forcer LeetCode Forcer
ID bfhandefodflloblgbmckmildnmangcb
URL Chính Thức https://chromewebstore.google.com/detail/leetcode-forcer/bfhandefodflloblgbmckmildnmangcb
Mô tả An extension which force you to solve daily leetcode problem. Say no to procrastination.
Kích Thước Tệp 64.98 KB
Số Lần Cài Đặt 1,151
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2023-05-05
Ngày Phát Hành 2023-01-23
Đánh Giá 4.56/5 Tổng số 9 Đánh Giá
Nhà Phát Triển anuraglodhi13
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": "LeetCode Forcer",
    "version": "2.0.6",
    "description": "An extension which force you to solve daily leetcode problem. Say no to procrastination.",
    "manifest_version": 3,
    "action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    }
}