Youtube Shorts Plus

Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube

O que é Youtube Shorts Plus?

Youtube Shorts Plus é uma extensão do Chrome desenvolvida por ochengh, e sua principal característica é "Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Shorts Plus

Baixe arquivos de extensão Youtube Shorts Plus 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

                        You can hide/show/change to video mode for all the Shorts on Youtube                    

Informações Básicas da Extensão

Nome Youtube Shorts Plus Youtube Shorts Plus
ID pfhceooeilmbnpglhjbaoiapbljoecaa
URL Oficial https://chrome.google.com/webstore/detail/pfhceooeilmbnpglhjbaoiapbljoecaa
Descrição Youtube Shorts Plus - You can hide/show/change to video mode for all the Shorts on Youtube
Tamanho do Arquivo 65.33 KB
Contagem de Instalações 76
Versão Atual 2.0
Última Atualização 2023-02-22
Data de Publicação 2023-02-17
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor ochengh
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "manifest_version": 3,
    "name": "Youtube Shorts Plus",
    "version": "2.0",
    "description": "Youtube Shorts Plus - You can hide\/show\/change to video mode for all the Shorts on Youtube",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/third\/jquery.min.js",
                "blocker.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "\/image\/16x16.png",
        "32": "\/image\/32x32.png",
        "48": "\/image\/48x48.png",
        "128": "\/image\/128x128.png"
    },
    "action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "\/image\/16x16.png",
            "32": "\/image\/32x32.png",
            "48": "\/image\/48x48.png",
            "128": "\/image\/128x128.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}