Simple YouTube Homepage Search

Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.

O que é Simple YouTube Homepage Search?

Simple YouTube Homepage Search é uma extensão do Chrome desenvolvida por Agency Enterprise, e sua principal característica é "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple YouTube Homepage Search

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

                        Simple YouTube Homepage Search replaces the youtube home page, with a simple youtube search bar. Get rid of youtube home page distractions, focus on watching what really matters!                    

Informações Básicas da Extensão

Nome Simple YouTube Homepage Search Simple YouTube Homepage Search
ID giegmggpdkknlocmapobmoicgnjinmgi
URL Oficial https://chromewebstore.google.com/detail/simple-youtube-homepage-s/giegmggpdkknlocmapobmoicgnjinmgi
Descrição Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.
Tamanho do Arquivo 15.9 KB
Contagem de Instalações 23
Versão Atual 1.1
Última Atualização 2022-02-21
Data de Publicação 2022-02-21
Desenvolvedor Agency Enterprise
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ae.studio/random/simple-youtube-homepage-search
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple YouTube Homepage Search",
    "manifest_version": 3,
    "version": "1.1",
    "description": "Reduce distractions by replacing the YouTube home with a simple search bar. Created by Agency Enterprise to increase human agency.",
    "permissions": [
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}