ReversePlaylist (Youtube)

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

O que é ReversePlaylist (Youtube)?

ReversePlaylist (Youtube) é uma extensão do Chrome desenvolvida por Jass, e sua principal característica é "An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ReversePlaylist (Youtube)

Baixe arquivos de extensão ReversePlaylist (Youtube) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome ReversePlaylist (Youtube) ReversePlaylist (Youtube)
ID ebfpbhljpkdfblpodeookdeifakkhhfg
URL Oficial https://chrome.google.com/webstore/detail/reverseplaylist-youtube/ebfpbhljpkdfblpodeookdeifakkhhfg
Descrição An extension that allows you to reverse the order playlist items on Youtube are played. By pinning & clicking on the extension you…
Tamanho do Arquivo 11.18 KB
Contagem de Instalações 1,886
Versão Atual 1.0
Última Atualização 2020-10-03
Data de Publicação 2020-10-03
Classificação 3.13/5 Total de 23 Avaliações
Desenvolvedor Jass
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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)"
    }
}