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开发的Chrome扩展程序,该扩展的主要功能是“Simple extension for mega.nz which skips to the next song/video when the current one is finished.”。

扩展截图

screenshot

下载mega-autoplay扩展crx文件

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