mega-autoplay

Simple extension for mega.nz which skips to the next song/video when the current one is finished.

Τι είναι το mega-autoplay;

Το mega-autoplay είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον maximonline, και η κύρια λειτουργία του είναι "Simple extension for mega.nz which skips to the next song/video when the current one is finished.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης mega-autoplay

Λήψη αρχείων επέκτασης mega-autoplay σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα mega-autoplay mega-autoplay
ID gogmpcalenojcmcdgdidofbdigmjiaii
Επίσημο URL https://chromewebstore.google.com/detail/mega-autoplay/gogmpcalenojcmcdgdidofbdigmjiaii
Περιγραφή Simple extension for mega.nz which skips to the next song/video when the current one is finished.
Μέγεθος Αρχείου 29.83 KB
Αριθμός Εγκαταστάσεων 375
Τρέχουσα Έκδοση 1.16
Τελευταία Ενημέρωση 2022-09-19
Ημερομηνία Δημοσίευσης 2022-06-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής maximonline
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
}