YouTube Like Ratio Preview

Displays the YouTube video's like ratio on its thumbnail

O que é YouTube Like Ratio Preview?

YouTube Like Ratio Preview é uma extensão do Chrome desenvolvida por Adam Gordon, e sua principal característica é "Displays the YouTube video's like ratio on its thumbnail".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão YouTube Like Ratio Preview

Baixe arquivos de extensão YouTube Like Ratio Preview 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

                        Find out if a video is worth watching by previewing it's like ratio before you click on it.

This Extension utilizes a similar design to YouTube™ to keep things sleek and cohesive. View the like ratio from every possible page on YouTube™ with seamless automatic updates as you scroll and browse.


YouTube™ is a trademark of Google LLC.                    

Informações Básicas da Extensão

Nome YouTube Like Ratio Preview YouTube Like Ratio Preview
ID oaoblkfmjnfpkpiialnpdhchjplknfjj
URL Oficial https://chrome.google.com/webstore/detail/youtube-like-ratio-previe/oaoblkfmjnfpkpiialnpdhchjplknfjj
Descrição Displays the YouTube video's like ratio on its thumbnail
Tamanho do Arquivo 13.26 KB
Contagem de Instalações 715
Versão Atual 2.0.10
Última Atualização 2022-02-09
Data de Publicação 2020-12-17
Classificação 4.13/5 Total de 15 Avaliações
Desenvolvedor Adam Gordon
Email [email protected]
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube Like Ratio Preview",
    "version": "2.0.10",
    "manifest_version": 3,
    "author": "Adam Gordon",
    "description": "Displays the YouTube video's like ratio on its thumbnail",
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "icons": {
        "16": "youtubeThumbsUp16.png",
        "48": "youtubeThumbsUp48.png",
        "128": "youtubeThumbsUp128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_title": "YouTube Like Ratio"
    }
}