WebExtension.net
Toggle dark mode
WebExtension.net

YouTube Auto Loop

View on Chrome Web Store
View YouTube Auto Loop Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

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

Automatically remember the settings to loop/unloop all YouTube videos.
Type
Extension
Users
117 users
5
aynor
View author page of aynor
Published
Published on December 28, 2023
Version 2.1.1
Manifest version
3
Updated
Updated on December 31, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View YouTube Auto Loop 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",
    "name": "YouTube Auto Loop",
    "version": "2.1.1",
    "manifest_version": 3,
    "description": "Automatically remember the settings to loop\/unloop all YouTube videos.",
    "homepage_url": "https:\/\/github.com\/aynorway",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "options_ui": {
        "page": "src\/option\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "action": {
        "default_title": "Auto Loop YouTube Videos",
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "src\/option\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "http:\/\/www.youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "{16f62fad-24c3-4ef7-834e-2cfbe572875d}"
        }
    }
}
© 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