Exu - Boost Your Youtube Experience

Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…

O que é Exu - Boost Your Youtube Experience?

Exu - Boost Your Youtube Experience é uma extensão do Chrome desenvolvida por exuext, e sua principal característica é "Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Exu - Boost Your Youtube Experience

Baixe arquivos de extensão Exu - Boost Your Youtube Experience 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

                        Exu is a hole new extension that allow you to get new expirience of using Youtube.

Exu is a browser extension that will extend your Youtube Search Filter. Find great topics before anyone else!

We're in development, but we already want to let you know that the basic functionality is available and working. 
With our extension, you'll be able to filter your search results by the following criteria: 

- views;
- subscribers;
- video upload date;
- presence of monetization;
- video duration
- vsr;

Hide YouTube related videos, comments, shorts tab, suggestions wall, homepage recommendations, trending, and other distractions.

A browser extension to remove YouTube distractions, including the recommended sidebar, endscreen video suggestions, user comments, homepage related videos feed, trending tab, turn off autoplay or annotations, and more. Toggle the options through the popup to customize your own YouTube experience!

And a lot more will be avialable soon.

Stay up to date on "explosive" videos with Exu.                    

Informações Básicas da Extensão

Nome Exu - Boost Your Youtube Experience Exu - Boost Your Youtube Experience
ID fgfcfincldjbfpkdoagajmfidhnffhao
URL Oficial https://chromewebstore.google.com/detail/exu-boost-your-youtube-ex/fgfcfincldjbfpkdoagajmfidhnffhao
Descrição Exu is a hole new extension that allow you to get new expirience of using Youtube. Exu is a browser extension that will extend…
Tamanho do Arquivo 37.55 KB
Contagem de Instalações 63
Versão Atual 1.1.2
Última Atualização 2023-03-05
Data de Publicação 2023-02-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor exuext
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://t.me/extendu
Idiomas Suportados ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                ".\/js\/exu.js"
            ],
            "css": [
                ".\/css\/exu.css"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": ".\/icons\/icon16.png",
        "48": ".\/icons\/icon48.png",
        "128": ".\/icons\/icon128.png"
    },
    "name": "Exu - Boost Your Youtube Experience",
    "short_name": "Exu - Boost Your Youtube Experience",
    "version": "1.1.2",
    "manifest_version": 3
}