mega-autoplay

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

mega-autoplay क्या है?

mega-autoplay maximonline द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple extension for mega.nz which skips to the next song/video when the current one is finished."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में mega-autoplay एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}