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
官方網址 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
電子郵箱 [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)"
    }
}