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) là gì?

ReversePlaylist (Youtube) là một tiện ích mở rộng Chrome được phát triển bởi Jass, và tính năng chính của nó là "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ReversePlaylist (Youtube)

Tải xuống các tệp mở rộng ReversePlaylist (Youtube) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
URL Chính Thức https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Mô tả An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
Kích Thước Tệp 11.18 KB
Số Lần Cài Đặt 1,886
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-10-03
Ngày Phát Hành 2020-10-03
Đánh Giá 3.13/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Jass
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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)"
    }
}