YouLoop

Put YouTube videos on loop with one click

YouLoop क्या है?

YouLoop Marko Kajzer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Put YouTube videos on loop with one click"।

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

screenshot
screenshot

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

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

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

                        ♫ Enjoy Music ♫

Loop your favorite YouTube videos. Just click the new loop icon next to the other YouTube video control icons while watching a YouTube video - the icon rotates and turns red indicating that the current YouTube video will be repeated. You can stop looping by pressing on the icon again.

So why choose this extension instead of the others?
• Much smaller than other extensions (<= 30kB vs. >= 100kB)
• No support for Flash player which is old and deprecated. Let's help remove Flash Player from the internet!
• Low memory usage since it is just a script.
• Fancy animations!
• Vanilla JavaScript only!
• Other extensions of the same kind include unnecessary code and the code base is very messy.

• If you have any problems or suggestions, feel free to click on "Support" and shoot me a question.
• If you like this extension, please consider rating it.                    

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

नाम YouLoop YouLoop
ID fbeahjcnoclflfhkgphfadjldhfadncl
आधिकारिक URL https://chromewebstore.google.com/detail/youloop/fbeahjcnoclflfhkgphfadjldhfadncl
विवरण Put YouTube videos on loop with one click
फ़ाइल का आकार 27.7 KB
स्थापना संख्या 1,686
वर्तमान संस्करण 0.7.0
अंतिम अपडेट 2021-08-05
प्रकाशन तिथि 2018-09-11
रेटिंग 4.82/5 कुल 33 रेटिंग्स
डेवलपर Marko Kajzer
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/markokajzer/youloop
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Marko Kajzer",
    "name": "YouLoop",
    "version": "0.7.0",
    "description": "Put YouTube videos on loop with one click",
    "icons": {
        "19": "icons\/icon_19px.png",
        "32": "icons\/icon_32px.png",
        "38": "icons\/icon_38px.png",
        "48": "icons\/icon_48px.png",
        "128": "icons\/icon_128px.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "styles\/youloop.css"
            ],
            "js": [
                "js\/content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}