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.」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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" } |