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 je ReversePlaylist (Youtube)?

ReversePlaylist (Youtube) je rozšíření Chrome vyvinuté Jass, a jeho hlavní funkcí je „An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření ReversePlaylist (Youtube)

Stáhněte si soubory rozšíření ReversePlaylist (Youtube) ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
Oficiální URL https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Popis An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
Velikost souboru 11.18 KB
Počet instalací 1,886
Aktuální Verze 1.0
Poslední Aktualizace 2020-10-03
Datum Vydání 2020-10-03
Hodnocení 3.13/5 Celkem 23 Hodnocení
Vývojář Jass
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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)"
    }
}