Shuffle to Random YouTube Videos

Add a shuffle button to YouTube. Discover random videos from you homepage.

What is Shuffle to Random YouTube Videos?

Shuffle to Random YouTube Videos is a Chrome extension developed by Agency Enterprise, and its main feature is "Add a shuffle button to YouTube. Discover random videos from you homepage.".

Extension Screenshots

screenshot

Download Shuffle to Random YouTube Videos Extension CRX File

Download Shuffle to Random YouTube Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Discover new videos based on your interests, this extension picks a random video from your youtube homepage. Just click on the shuffle icon.                    

Extension Basic Information

Name Shuffle to Random YouTube Videos Shuffle to Random YouTube Videos
ID chpmapmghbcbbefegkldfbjdeellifge
Official URL https://chromewebstore.google.com/detail/shuffle-to-random-youtube/chpmapmghbcbbefegkldfbjdeellifge
Description Add a shuffle button to YouTube. Discover random videos from you homepage.
File Size 11.67 KB
Installation Count 430
Current Version 1.1
Last Updated 2023-01-11
Publish Date 2022-03-21
Rating 4.00/5 Total 4 Ratings
Developer Agency Enterprise
Email [email protected]
Payment Type free
Extension Website https://ae.studio
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shuffle to Random YouTube Videos",
    "manifest_version": 3,
    "version": "1.1",
    "description": "Add a shuffle button to YouTube. Discover random videos from you homepage.",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "image.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}