youtate

Rotate YouTuBe Video window

O que é youtate?

youtate é uma extensão do Chrome desenvolvida por Sir0xb, e sua principal característica é "Rotate YouTuBe Video window".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão youtate

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

                        The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.                    

Informações Básicas da Extensão

Nome youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
URL Oficial https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
Descrição Rotate YouTuBe Video window
Tamanho do Arquivo 33.32 KB
Contagem de Instalações 243
Versão Atual 1.0.0
Última Atualização 2018-12-19
Data de Publicação 2018-12-19
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor Sir0xb
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "youtate",
    "version": "1.0.0",
    "description": "Rotate YouTuBe Video window",
    "icons": {
        "16": "img\/Actions-transform-rotate-icon.png",
        "48": "img\/Actions-transform-rotate-icon.png",
        "128": "img\/Actions-transform-rotate-icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/Actions-transform-rotate-icon.png",
        "default_title": "Rotate YouTuBe Video window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/payload.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/boliball.com",
    "omnibox": {
        "keyword": "ro"
    },
    "devtools_page": "devtools.html"
}