ReversePlaylist (Youtube)

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

Co to jest ReversePlaylist (Youtube)?

ReversePlaylist (Youtube) to rozszerzenie Chrome opracowane przez Jass, a jego główną funkcją jest „An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ReversePlaylist (Youtube)

Pobierz pliki rozszerzeń ReversePlaylist (Youtube) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
Oficjalny URL https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Opis An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
Rozmiar pliku 11.18 KB
Liczba instalacji 1,886
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-10-03
Data Publikacji 2020-10-03
Ocena 3.13/5 Łącznie 23 Oceny
Deweloper Jass
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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)"
    }
}