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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ReversePlaylist (Youtube) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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)"
    }
}