YouTube Instant Autoplay

Instantly plays the next YouTube video!

What is YouTube Instant Autoplay?

YouTube Instant Autoplay is a Chrome extension developed by loyolapps, and its main feature is "Instantly plays the next YouTube video!".

Extension Screenshots

screenshot

Download YouTube Instant Autoplay Extension CRX File

Download YouTube Instant Autoplay 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

                        Instantly plays the next YouTube video upon finishing the current video. No need to wait or click to watch the next video!

✅ Automatically plays the next YouTube video

💡 Make sure to have "AutoPlay" on (located on YouTube player itself)

Feedbacks and feature requests are happily welcomed at [email protected]                    

Extension Basic Information

Name YouTube Instant Autoplay YouTube Instant Autoplay
ID daaddadfbkngjhmjgcmmbeomechfoacb
Official URL https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb
Description Instantly plays the next YouTube video!
File Size 27.94 KB
Installation Count 588
Current Version 1.2
Last Updated 2023-12-20
Publish Date 2021-02-24
Rating 4.00/5 Total 8 Ratings
Developer loyolapps
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Instant Autoplay",
    "version": "1.2",
    "description": "Instantly plays the next YouTube video!",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "32": "images\/logo.png",
            "48": "images\/logo.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/icon128.png"
    }
}