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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}