Show YouTube Dislikes

The extension returns the display of the counter of dislikes under the video on the YouTube service

O que é Show YouTube Dislikes?

Show YouTube Dislikes é uma extensão do Chrome desenvolvida por chr0meyou123, e sua principal característica é "The extension returns the display of the counter of dislikes under the video on the YouTube service".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Show YouTube Dislikes

Baixe arquivos de extensão Show YouTube Dislikes 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

                        The extension returns the display of the counter of dislikes under the video on the YouTube service                    

Informações Básicas da Extensão

Nome Show YouTube Dislikes Show YouTube Dislikes
ID ediahdpmagmodocmhlmjdndhbdalnibo
URL Oficial https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo
Descrição The extension returns the display of the counter of dislikes under the video on the YouTube service
Tamanho do Arquivo 134 KB
Contagem de Instalações 61
Versão Atual 1.0.5
Última Atualização 2023-01-11
Data de Publicação 2023-01-10
Desenvolvedor chr0meyou123
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados de,en,fr,tr,es,it,pt-BR,cs,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "exclude_matches": [
                "*:\/\/*.music.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/m.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "icons\/diz128.png",
        "48": "icons\/diz48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "permissions": [
        "storage"
    ],
    "version": "1.0.5",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "ryd.script.js"
            ]
        }
    ]
}