ReversePlaylist (Youtube)

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

Cos'è ReversePlaylist (Youtube)?

ReversePlaylist (Youtube) è un'estensione di Chrome sviluppata da Jass, e la sua funzione principale è "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ReversePlaylist (Youtube)

Scarica i file di estensione ReversePlaylist (Youtube) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
URL Ufficiale https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Descrizione An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
Dimensione del File 11.18 KB
Conteggio Installazioni 1,886
Versione Corrente 1.0
Ultimo Aggiornamento 2020-10-03
Data di Pubblicazione 2020-10-03
Valutazione 3.13/5 Totale 23 Valutazioni
Sviluppatore Jass
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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)"
    }
}