YouTube Instant Autoplay

Instantly plays the next YouTube video!

Wat is YouTube Instant Autoplay?

YouTube Instant Autoplay is een Chrome-extensie ontwikkeld door loyolapps, en de belangrijkste functie is "Instantly plays the next YouTube video!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YouTube Instant Autoplay

Download YouTube Instant Autoplay-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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]                    

Basisinformatie over de Extensie

Naam YouTube Instant Autoplay YouTube Instant Autoplay
ID daaddadfbkngjhmjgcmmbeomechfoacb
Officiële URL https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb
Beschrijving Instantly plays the next YouTube video!
Bestandsgrootte 27.94 KB
Aantal Installaties 588
Huidige Versie 1.2
Laatst Bijgewerkt 2023-12-20
Publicatiedatum 2021-02-24
Beoordeling 4.00/5 Totaal 8 Beoordelingen
Ontwikkelaar loyolapps
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}