you style

Reorgnize the layout of youtube

O que é you style?

you style é uma extensão do Chrome desenvolvida por zhenghuadai, e sua principal característica é "Reorgnize the layout of youtube".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão you style

Baixe arquivos de extensão you style 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 ui modual of youtube is reorganized.

* For the Style Tight, the Comments, the Related and the List are tabulated into right sidebar. So you can watch video while watching the comments,related video or list.

* Automatically click the "Skip" button when it appears for advertisements.

* Add Loop button near the play button.                    

Informações Básicas da Extensão

Nome you style you style
ID kmeggnehaninleodkobioidpmlaodamd
URL Oficial https://chromewebstore.google.com/detail/you-style/kmeggnehaninleodkobioidpmlaodamd
Descrição Reorgnize the layout of youtube
Tamanho do Arquivo 53.87 KB
Contagem de Instalações 604
Versão Atual 1.3.17
Última Atualização 2023-11-15
Data de Publicação 2018-09-02
Classificação 4.04/5 Total de 23 Avaliações
Desenvolvedor zhenghuadai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "you style",
    "short_name": "youstyle",
    "version": "1.3.17",
    "default_locale": "en",
    "description": "Reorgnize the layout of youtube",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline';"
    },
    "icons": {
        "16": "images\/youtubeStyle16.png",
        "48": "images\/youtubeStyle48.png",
        "128": "images\/youtubeStyle128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.3.1.min.js",
                "chrome.min.js"
            ],
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtubestyle.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "19": "images\/youtubeStyle19.png",
            "38": "images\/youtubeStyle38.png"
        },
        "default_title": "you style",
        "default_popup": "menu.html"
    },
    "host_permissions": [
        "https:\/\/*.youtube.com\/*"
    ]
}