ReversePlaylist (Youtube)

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

Qu'est-ce que ReversePlaylist (Youtube) ?

ReversePlaylist (Youtube) est une extension Chrome développée par Jass, et sa fonction principale est "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ReversePlaylist (Youtube)

Téléchargez les fichiers d'extension ReversePlaylist (Youtube) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
URL Officiel https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Description An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
Taille du Fichier 11.18 KB
Nombre d'Installations 1,886
Version Actuelle 1.0
Dernière Mise à Jour 2020-10-03
Date de Publication 2020-10-03
Évaluation 3.13/5 Total 23 Évaluations
Développeur Jass
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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)"
    }
}