YouTube Music Autoplay

Autoconfirm "Video paused. Continue watching?"

Was ist YouTube Music Autoplay?

YouTube Music Autoplay ist eine Chrome-Erweiterung, die von andrii.tishchenko entwickelt wurde, und ihr Hauptmerkmal ist "Autoconfirm "Video paused. Continue watching?"".

Erweiterungsscreenshots

screenshot

YouTube Music Autoplay-Erweiterungs-CRX-Datei herunterladen

Laden Sie YouTube Music 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

                        Autoconfirm the alert "Video paused. Continue watching?" on the YouTube Music website.


https://github.com/andriitishchenko/yMusic                    

Grundlegende Informationen zur Erweiterung

Name YouTube Music Autoplay YouTube Music Autoplay
ID nalganimephelkfmejchafnkfmaiajpa
Offizielle URL https://chromewebstore.google.com/detail/youtube-music-autoplay/nalganimephelkfmejchafnkfmaiajpa
Beschreibung Autoconfirm "Video paused. Continue watching?"
Dateigröße 12.65 KB
Installationsanzahl 142
Aktuelle Version 0.0.2
Letztes Update 2021-01-01
Veröffentlichungsdatum 2020-12-29
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler andrii.tishchenko
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/andriitishchenko/yMusic
Hilfeseite URL https://github.com/andriitishchenko/yMusic
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Music Autoplay",
    "short_name": "YMusic",
    "version": "0.0.2",
    "description": "Autoconfirm \"Video paused. Continue watching?\"",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "injected.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon_16x16.png",
        "32": "images\/icon_32x32.png",
        "48": "images\/icon_48x48.png",
        "128": "images\/icon_128x128.png"
    },
    "manifest_version": 2
}