Youtube Shorts auto next!

Auto playing next video when the current short is finished Show video percent progress on search bar

What is Youtube Shorts auto next!?

Youtube Shorts auto next! is a Chrome extension developed by pdkhanh93, and its main feature is "Auto playing next video when the current short is finished Show video percent progress on search bar".

Extension Screenshots

screenshot

Download Youtube Shorts auto next! Extension CRX File

Download Youtube Shorts auto next! 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

                        Auto playing next video when the current short is finished
Show video percent progress on search bar                    

Extension Basic Information

Name Youtube Shorts auto next! Youtube Shorts auto next!
ID hmkficiecfdldaeogohkfcndomnigbjp
Official URL https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp
Description Auto playing next video when the current short is finished Show video percent progress on search bar
File Size 4.21 KB
Installation Count 13
Current Version 1.0
Last Updated 2023-06-21
Publish Date 2023-06-21
Developer pdkhanh93
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Shorts auto next!",
    "version": "1.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "hello.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "youtube.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}