WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Auto Replay for Youtube™

Auto Replay for Youtube™

View on Chrome Web Store
View Auto Replay for Youtube™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (72 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Adds a button to YouTube videos to toggle auto-repeat.
Type
Extension
Users
2,000 users
1K
Free Software Utilities
View author page of Free Software Utilities
Published
Published on January 23, 2020
Version 3.0.0
Manifest version
3
Updated
Updated on November 9, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Auto Replay for Youtube™ 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",
    "background": {
        "service_worker": "\/js\/welcome.js"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "content.js",
                "background.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_application_description__",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png",
        "256": "icon-256.png"
    },
    "manifest_version": 3,
    "name": "__MSG_application_title__",
    "version": "3.0.0",
    "action": {
        "default_icon": {
            "16": "icon-16.png",
            "32": "icon-32.png",
            "48": "icon-48.png",
            "64": "icon-64.png",
            "96": "icon-96.png",
            "128": "icon-128.png",
            "256": "icon-256.png",
            "512": "icon-512.png"
        },
        "default_popup": "popup.html"
    },
    "homepage_url": "https:\/\/repeat-youtube.freebusinessapps.net"
}
© 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