ReversePlaylist (Youtube)

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

What is ReversePlaylist (Youtube)?

ReversePlaylist (Youtube) is a Chrome extension developed by Jass, and its main feature is "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…".

Extension Screenshots

screenshot

Download ReversePlaylist (Youtube) Extension CRX File

Download ReversePlaylist (Youtube) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
Official URL https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Description An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
File Size 11.18 KB
Installation Count 1,886
Current Version 1.0
Last Updated 2020-10-03
Publish Date 2020-10-03
Rating 3.13/5 Total 23 Ratings
Developer Jass
Email [email protected]
Payment Type free
Supported Languages 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)"
    }
}