RotateYoutube

Rotate Youtube Videos

O que é RotateYoutube?

RotateYoutube é uma extensão do Chrome desenvolvida por TheMasterKey, e sua principal característica é "Rotate Youtube Videos".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RotateYoutube

Baixe arquivos de extensão RotateYoutube 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

                        Rotate Youtube Videos for Fun                    

Informações Básicas da Extensão

Nome RotateYoutube RotateYoutube
ID odhcpcjgkejkhnljelfacpkgmhpllinc
URL Oficial https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc
Descrição Rotate Youtube Videos
Tamanho do Arquivo 13.37 KB
Contagem de Instalações 133
Versão Atual 1.0.0
Última Atualização 2020-03-22
Data de Publicação 2020-03-22
Desenvolvedor TheMasterKey
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RotateYoutube",
    "version": "1.0.0",
    "description": "Rotate Youtube Videos",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "Icon16.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "browser_action": {
        "default_title": "RotateYoutube"
    },
    "web_accessible_resources": [
        "script.js"
    ]
}