Force Leet

Force user finish at least 1 leetcode question a day

Qu'est-ce que Force Leet ?

Force Leet est une extension Chrome développée par FG, et sa fonction principale est "Force user finish at least 1 leetcode question a day".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Force Leet

Téléchargez les fichiers d'extension Force Leet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Force Leet Force Leet
ID geapiojbgpfedapmfigonanjfpmnnknc
URL Officiel https://chromewebstore.google.com/detail/force-leet/geapiojbgpfedapmfigonanjfpmnnknc
Description Force user finish at least 1 leetcode question a day
Taille du Fichier 15.64 KB
Nombre d'Installations 246
Version Actuelle 0.2
Dernière Mise à Jour 2023-09-17
Date de Publication 2023-09-14
Évaluation 5.00/5 Total 1 Évaluations
Développeur FG
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}