Force Leet
Force user finish at least 1 leetcode question a day
什么是Force Leet?
Force Leet是由FG开发的Chrome扩展程序,该扩展的主要功能是“Force user finish at least 1 leetcode question a day”。
扩展截图
下载Force Leet扩展crx文件
下载Force Leet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Force Leet |
ID | geapiojbgpfedapmfigonanjfpmnnknc |
官方URL | https://chromewebstore.google.com/detail/force-leet/geapiojbgpfedapmfigonanjfpmnnknc |
简介 | Force user finish at least 1 leetcode question a day |
文件大小 | 15.64 KB |
安装次数 | 246 |
当前版本 | 0.2 |
更新时间 | 2023-09-17 |
上架时间 | 2023-09-14 |
评分 | 5.00/5 共1次评分 |
开发者 | FG |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } } |