mega-autoplay
Simple extension for mega.nz which skips to the next song/video when the current one is finished.
Cos'è mega-autoplay?
mega-autoplay è un'estensione di Chrome sviluppata da maximonline, e la sua funzione principale è "Simple extension for mega.nz which skips to the next song/video when the current one is finished.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione mega-autoplay
Scarica i file di estensione mega-autoplay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | mega-autoplay |
ID | gogmpcalenojcmcdgdidofbdigmjiaii |
URL Ufficiale | https://chromewebstore.google.com/detail/mega-autoplay/gogmpcalenojcmcdgdidofbdigmjiaii |
Descrizione | Simple extension for mega.nz which skips to the next song/video when the current one is finished. |
Dimensione del File | 29.83 KB |
Conteggio Installazioni | 375 |
Versione Corrente | 1.16 |
Ultimo Aggiornamento | 2022-09-19 |
Data di Pubblicazione | 2022-06-10 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | maximonline |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |