YouTube Instant Autoplay

Instantly plays the next YouTube video!

Qu'est-ce que YouTube Instant Autoplay ?

YouTube Instant Autoplay est une extension Chrome développée par loyolapps, et sa fonction principale est "Instantly plays the next YouTube video!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YouTube Instant Autoplay

Téléchargez les fichiers d'extension YouTube Instant Autoplay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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]                    

Informations de Base sur l'Extension

Nom YouTube Instant Autoplay YouTube Instant Autoplay
ID daaddadfbkngjhmjgcmmbeomechfoacb
URL Officiel https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb
Description Instantly plays the next YouTube video!
Taille du Fichier 27.94 KB
Nombre d'Installations 588
Version Actuelle 1.2
Dernière Mise à Jour 2023-12-20
Date de Publication 2021-02-24
Évaluation 4.00/5 Total 8 Évaluations
Développeur loyolapps
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}