ReversePlaylist (Youtube)

An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…

ReversePlaylist (Youtube)とは何ですか?

ReversePlaylist (Youtube)はJassによって開発されたChromeの拡張機能で、その主な機能は「An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…」です。

拡張機能のスクリーンショット

screenshot

ReversePlaylist (Youtube)拡張機能のCRXファイルをダウンロード

ReversePlaylist (Youtube)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        An extension that allows you to reverse the order playlist items on Youtube are played.

By pinning & clicking on the extension you can select which direction you want playlist videos to be autoplayed. 

NOTE: The playlist itself will not change! Instead, start on the most recent playlist item and once it completes it will autoplay to the next item in reverse order!                    

拡張機能の基本情報

名前 ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
公式URL https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
説明 An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
ファイルサイズ 11.18 KB
インストール数 1,886
現在のバージョン 1.0
最終更新日 2020-10-03
公開日 2020-10-03
評価 3.13/5 合計 23 レビュー
開発者 Jass
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ReversePlaylist (Youtube)",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "ReversePlaylist (Youtube)"
    }
}