LeetCode Night

Enable dark mode on LeetCode. Additional features include Instant Question Navigation, YouTube Link Shortcut and Auto Reset Code.

LeetCode Night क्या है?

LeetCode Night https://ngseke.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enable dark mode on LeetCode. Additional features include Instant Question Navigation, YouTube Link Shortcut and Auto Reset Code."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में LeetCode Night एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        LeetCode Night is a free and open-source extension that enables dark theme on problem pages. Take good care of your eyes while coding at night. 

[🔔 Reminder]
LeetCode has now officially introduced the dark mode. If you're using the new version, LeetCode Night will simply toggle the built-in appearance to apply the dark theme, without performing any additional actions.

However, if you prefer to stick with the old version of LeetCode, LeetCode Night will continue to function as usual and override the styles.

[⚙️ Features]
● Dark theme for question page
● Shortcut to Daily LeetCoding challenge
● Quick navigation by question number or keyword
● Automatically reset to default code definition
● Show YouTube link shortcut
● Show Dislike Count
● Invert image color
● Hide logo                    

एक्सटेंशन की मूल जानकारी

नाम LeetCode Night LeetCode Night
ID aaokgipfeeeciodnffigjfiafledhcii
आधिकारिक URL https://chromewebstore.google.com/detail/leetcode-night/aaokgipfeeeciodnffigjfiafledhcii
विवरण Enable dark mode on LeetCode. Additional features include Instant Question Navigation, YouTube Link Shortcut and Auto Reset Code.
फ़ाइल का आकार 959 KB
स्थापना संख्या 2,741
वर्तमान संस्करण 0.6.1
अंतिम अपडेट 2024-02-04
प्रकाशन तिथि 2022-04-19
रेटिंग 4.73/5 कुल 11 रेटिंग्स
डेवलपर https://ngseke.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ngseke/leetcode-night
सहायता पृष्ठ URL https://github.com/ngseke/leetcode-night/issues
समर्थित भाषाएँ en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.6.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsPcJJyNn\/5+SF3R\/k2Tns8YYq+tMEBfezf6mjNGfTdV2ukGopBpQRvwrNgoLX6Oaug8r7zpNyeAvDXtKBUC9qr4kxEwNiMU2tuIsV0PZg1H8FzKnQL6msP8yVlZJhKl9Olv3tK7MTTByaR7upP8iQZNBjPest4zRGxkJfOfJRSJpPuwWi1XC2tLeSo6lNz19l5kxfJBxtTHS9Y9P48o2A+9OMZtR64sR2eYxE\/E6NHC\/vQ4507Ao6x0dhO4eKl9KyV1u8b5ZQjavfVz2zYeF\/yQw6VdzysR3W5Yd3BOTDvaDqMdSW+CtrZwTF4lNC+zJzvSIfKMQ4Ow\/+Thg2XUe8wIDAQAB",
    "default_locale": "en",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "src\/assets\/img\/icon-128.png"
    },
    "action": {
        "default_popup": "src\/pages\/Popup\/popup.html",
        "default_icon": "src\/assets\/img\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts-3a7b0f9b-b734c106.js"
            ],
            "matches": [
                "https:\/\/leetcode.com\/problems\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/leetcode.com\/*"
            ],
            "resources": [
                "assets\/index-76af8826.js",
                "assets\/index.ts-3a7b0f9b.js"
            ],
            "use_dynamic_url": true
        }
    ]
}