Minimal YouTube Homepage

A minimalistic, Google like alternative to YouTube's homepage

O que é Minimal YouTube Homepage?

Minimal YouTube Homepage é uma extensão do Chrome desenvolvida por hcwtam, e sua principal característica é "A minimalistic, Google like alternative to YouTube's homepage".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Minimal YouTube Homepage

Baixe arquivos de extensão Minimal YouTube Homepage 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

                        This extension helps you to become a less distracted, more productive person.

Have you every found yourself wanting to look something up on YouTube, seeing a bunch of interesting video suggestions shown on screen, watching 5 of them in a row, and forgetting why you go to YouTube in the first place?

If so, this is the perfect extension for you. A practical and simple person like you would enjoy this minimalistic, Google like alternative to YouTube's homepage.                    

Informações Básicas da Extensão

Nome Minimal YouTube Homepage Minimal YouTube Homepage
ID jkjgfpleclhnfnlnbhhodecfcpfdiblc
URL Oficial https://chromewebstore.google.com/detail/minimal-youtube-homepage/jkjgfpleclhnfnlnbhhodecfcpfdiblc
Descrição A minimalistic, Google like alternative to YouTube's homepage
Tamanho do Arquivo 10.33 KB
Contagem de Instalações 711
Versão Atual 0.1.2
Última Atualização 2022-11-10
Data de Publicação 2022-07-15
Classificação 5.00/5 Total de 10 Avaliações
Desenvolvedor hcwtam
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Minimal YouTube Homepage",
    "description": "A minimalistic, Google like alternative to YouTube's homepage",
    "version": "0.1.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "webNavigation",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}