mega-autoplay
Simple extension for mega.nz which skips to the next song/video when the current one is finished.
Was ist mega-autoplay?
mega-autoplay ist eine Chrome-Erweiterung, die von maximonline entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension for mega.nz which skips to the next song/video when the current one is finished.".
Erweiterungsscreenshots
mega-autoplay-Erweiterungs-CRX-Datei herunterladen
Laden Sie mega-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
Following extension for the cloud hosting provider mega.nz will automatically skip to the next song or video if the current one is finished allowing you to use the mega.nz website as a continuous music/video player. Features: -Automatically skips to the next song/video if the current file is finished -Keeps the set volume when the next file plays ---------------------------------------------------------------------------------------------------- Update 1.16: Update to fix new mega.nz changes ---------------------------------------------------------------------------------------------------- Update 1.15: PictureInPicture support which automaticallly sets the pip for the new video ---------------------------------------------------------------------------------------------------- Update 1.11: bugfix ---------------------------------------------------------------------------------------------------- Update 1.1: -File starts automatically when you skip manually -Volume setting stays when you skip manually
Grundlegende Informationen zur Erweiterung
Name | mega-autoplay |
ID | gogmpcalenojcmcdgdidofbdigmjiaii |
Offizielle URL | https://chromewebstore.google.com/detail/mega-autoplay/gogmpcalenojcmcdgdidofbdigmjiaii |
Beschreibung | Simple extension for mega.nz which skips to the next song/video when the current one is finished. |
Dateigröße | 29.83 KB |
Installationsanzahl | 375 |
Aktuelle Version | 1.16 |
Letztes Update | 2022-09-19 |
Veröffentlichungsdatum | 2022-06-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | maximonline |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/mega.nz\/*", "https:\/\/mega.co.nz\/*" ], "run_at": "document_end" } ], "description": "Simple extension for mega.nz which skips to the next song\/video when the current one is finished.", "host_permissions": [ "https:\/\/mega.nz\/*" ], "icons": { "128": "megamusic.png", "16": "megamusic.png", "48": "megamusic.png" }, "manifest_version": 3, "name": "mega-autoplay", "version": "1.16" } |