YouTube Instant Autoplay

Instantly plays the next YouTube video!

Was ist YouTube Instant Autoplay?

YouTube Instant Autoplay ist eine Chrome-Erweiterung, die von loyolapps entwickelt wurde, und ihr Hauptmerkmal ist "Instantly plays the next YouTube video!".

Erweiterungsscreenshots

screenshot

YouTube Instant Autoplay-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Instant Autoplay-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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]                    

Grundlegende Informationen zur Erweiterung

Name YouTube Instant Autoplay YouTube Instant Autoplay
ID daaddadfbkngjhmjgcmmbeomechfoacb
Offizielle URL https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb
Beschreibung Instantly plays the next YouTube video!
Dateigröße 27.94 KB
Installationsanzahl 588
Aktuelle Version 1.2
Letztes Update 2023-12-20
Veröffentlichungsdatum 2021-02-24
Bewertung 4.00/5 Insgesamt 8 Bewertungen
Entwickler loyolapps
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}