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
电子邮箱 [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)"
    }
}