Anti-Short

Stop using YouTube's short video player.

O que é Anti-Short?

Anti-Short é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Stop using YouTube's short video player.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Anti-Short

Baixe arquivos de extensão Anti-Short 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 bypasses the new YouTube short viewer by automatically redirecting to the "normal"/classic YouTube video viewer.                    

Informações Básicas da Extensão

Nome Anti-Short Anti-Short
ID icndfcelhhpiihkbchfakognjlcchflc
URL Oficial https://chromewebstore.google.com/detail/anti-short/icndfcelhhpiihkbchfakognjlcchflc
Descrição Stop using YouTube's short video player.
Tamanho do Arquivo 180 KB
Contagem de Instalações 37
Versão Atual 1.0 pre-release
Última Atualização 2022-04-06
Data de Publicação 2022-04-06
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Unknown
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/stautonico/anti-short
URL da Página de Ajuda https://github.com/stautonico/anti-short
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anti-Short",
    "version": "1.0",
    "version_name": "1.0 pre-release",
    "description": "Stop using YouTube's short video player.",
    "author": "Steve Tautonico",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "homepage_url": "https:\/\/github.com\/stautonico\/anti-short",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}