Force Leet

Force user finish at least 1 leetcode question a day

Force Leet क्या है?

Force Leet FG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Force user finish at least 1 leetcode question a day"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Force Leet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
        }
    }
}