LeetCode Video Solutions

Watch free LeetCode video ▶ solutions on the problem page itself.

LeetCode Video Solutions क्या है?

LeetCode Video Solutions https://soumya.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch free LeetCode video ▶ solutions on the problem page itself."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        MASSIVE UPDATE (again) 🎉:
I have completely updated the extension to work with the NEW UI of LeetCode, including the dynamic UI layout.
This has been long time coming and has been requested so many times by you guys. Thanks for supporting the extension so much and yeah, keep LeetCoding! (Stay tuned for more new exciting features)

With LeetCode Video Solutions extension, you can watch helpful video solutions of a problem without leaving the problem page!

Now you don't have to be distracted by watching cat videos on YouTube when you should be solving a LeetCode problem!

When using the extension, you can see the solution videos' duration, upload date, views, channel and other information.

The solutions are sourced from all over the internet and they are in different programming languages and cover different solving techniques and algorithms.

Using Firefox?: https://addons.mozilla.org/en-US/firefox/addon/leetcode-video-solutions/

Report any bugs/ suggest features to the developer: Soumya (@geekysrm) on Twitter 🐜

Don't forget to give a review on the Reviews tab if this extension helped you! :) ⭐

Buy Me a Coffee if you really love this and want to support me: https://coffee.soumya.dev/ ☕                    

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

नाम LeetCode Video Solutions LeetCode Video Solutions
ID ilnmgkahgjdpkoliooildngldmilhelm
आधिकारिक URL https://chromewebstore.google.com/detail/leetcode-video-solutions/ilnmgkahgjdpkoliooildngldmilhelm
विवरण Watch free LeetCode video ▶ solutions on the problem page itself.
फ़ाइल का आकार 84.69 KB
स्थापना संख्या 23,013
वर्तमान संस्करण 5.0.3
अंतिम अपडेट 2023-12-21
प्रकाशन तिथि 2020-12-12
रेटिंग 4.43/5 कुल 61 रेटिंग्स
डेवलपर https://soumya.dev
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://soumya.dev/leetcode-video-solutions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LeetCode Video Solutions",
    "description": "Watch free LeetCode video \u25b6 solutions on the problem page itself.",
    "version": "5.0.3",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "*:\/\/leetcode.com\/*",
        "*:\/\/youtube-scrape.soumyaranjanra2.repl.co\/",
        "*:\/\/*.soumya.dev",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/leetcode.com\/problems\/*"
            ],
            "css": [
                "vendor\/lite-yt-embed.css",
                "app.css"
            ],
            "js": [
                "vendor\/webcomponents.js",
                "vendor\/lite-yt-embed.js",
                "app.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3,
    "content_security_policy": [],
    "host_permissions": [
        "*:\/\/leetcode.com\/*",
        "*:\/\/youtube-scrape.soumyaranjanra2.repl.co\/",
        "*:\/\/*.soumya.dev"
    ]
}