ReversePlaylist (Youtube)

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

Vad är ReversePlaylist (Youtube)?

ReversePlaylist (Youtube) är en Chrome-tillägg utvecklad av Jass, och dess huvudfunktion är "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…".

Tilläggsskärmbilder

screenshot

Ladda ner ReversePlaylist (Youtube)-förlängningens CRX-fil

Ladda ner ReversePlaylist (Youtube)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
Officiell webbadress https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Beskrivning An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
Filstorlek 11.18 KB
Antal Installationer 1,886
Aktuell Version 1.0
Senast Uppdaterad 2020-10-03
Publiceringsdatum 2020-10-03
Betyg 3.13/5 Totalt 23 Betyg
Utvecklare Jass
E-post [email protected]
Betalningssätt free
Stödda Språk 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)"
    }
}