Youtube Shorts auto next!
Auto playing next video when the current short is finished Show video percent progress on search bar
Was ist Youtube Shorts auto next!?
Youtube Shorts auto next! ist eine Chrome-Erweiterung, die von pdkhanh93 entwickelt wurde, und ihr Hauptmerkmal ist "Auto playing next video when the current short is finished Show video percent progress on search bar".
Erweiterungsscreenshots
Youtube Shorts auto next!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Youtube Shorts auto next!-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
Auto playing next video when the current short is finished Show video percent progress on search bar
Grundlegende Informationen zur Erweiterung
Name | Youtube Shorts auto next! |
ID | hmkficiecfdldaeogohkfcndomnigbjp |
Offizielle URL | https://chromewebstore.google.com/detail/youtube-shorts-auto-next/hmkficiecfdldaeogohkfcndomnigbjp |
Beschreibung | Auto playing next video when the current short is finished Show video percent progress on search bar |
Dateigröße | 4.21 KB |
Installationsanzahl | 13 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-06-21 |
Veröffentlichungsdatum | 2023-06-21 |
Entwickler | pdkhanh93 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Shorts auto next!", "version": "1.0", "manifest_version": 3, "action": { "default_popup": "hello.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "background.js" ], "css": [ "youtube.css" ] } ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "https:\/\/www.youtube.com\/*" ] } ] } |