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"입니다.

확장 프로그램 스크린샷

screenshot

Force Leet 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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"
        }
    }
}