WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YouLoop

YouLoop

View on Chrome Web Store
View YouLoop Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (33 ratings)
34 views
This extension has been viewed 34 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Put YouTube videos on loop with one click
Type
Extension
Users
975 users
9
Marko Kajzer
View author page of Marko Kajzer
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 14, 2016
Version 0.8.0
Manifest version
3
Updated
Updated on July 20, 2025
make_chrome_yours/accessibility
Extension Category
View on Chrome Web Store
View YouLoop Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "author": "Marko Kajzer",
    "name": "YouLoop",
    "version": "0.8.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": []
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top