Force Leet
Force user finish at least 1 leetcode question a day
Force Leet là gì?
Force Leet là một tiện ích mở rộng Chrome được phát triển bởi FG, và tính năng chính của nó là "Force user finish at least 1 leetcode question a day".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Force Leet
Tải xuống các tệp mở rộng Force Leet 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
The ForceLeet app mandates the completion of a LeetCode challenge as a prerequisite for accessing any entertainment websites. To activate or deactivate the app, simply click on its button and choose the "turn off" or "turn on" option from the popup menu. When the app is active and you haven't completed your daily challenge, you can access the following types of websites: 1) Websites containing the following keywords: 'google.com,' 'stackoverflow.com,' 'chrome.com,' 'baidu.com' or 'neetcode.io'. 2) All webpages starting with 'chrome://' or ending with '.gov' or '.edu.' If you have any suggestions for adding other helpful types of links, please don't hesitate to provide your input. Best of luck and enjoy your experience!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Force Leet |
ID | geapiojbgpfedapmfigonanjfpmnnknc |
URL Chính Thức | https://chromewebstore.google.com/detail/force-leet/geapiojbgpfedapmfigonanjfpmnnknc |
Mô tả | Force user finish at least 1 leetcode question a day |
Kích Thước Tệp | 15.64 KB |
Số Lần Cài Đặt | 246 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2023-09-17 |
Ngày Phát Hành | 2023-09-14 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | FG |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Force Leet", "version": "0.2", "description": "Force user finish at least 1 leetcode question a day", "permissions": [ "activeTab", "tabs", "scripting", "storage" ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "host_permissions": [ "*:\/\/*.leetcode.com\/*" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |