Youtube™ Actual Top Comments

Sort YouTube™ comments by most liked and search all comments

O que é Youtube™ Actual Top Comments?

Youtube™ Actual Top Comments é uma extensão do Chrome desenvolvida por Sgtpanda, e sua principal característica é "Sort YouTube™ comments by most liked and search all comments".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube™ Actual Top Comments

Baixe arquivos de extensão Youtube™ Actual Top Comments 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 provides a small popup window that lists all comments in the YouTube™ video by their number of likes, instead of using the "Top Comments" relevancy based algorithm that Youtube™ itself uses. It also provides a feature to search through all comments instead of being forced to wait for them all to load when you want to use Ctrl+F.

New: Alt+C is now a shortcut to open the extension!                    

Informações Básicas da Extensão

Nome Youtube™ Actual Top Comments Youtube™ Actual Top Comments
ID hbdmelobmfcompinikjdaiphhonbgfpn
URL Oficial https://chromewebstore.google.com/detail/youtube-actual-top-commen/hbdmelobmfcompinikjdaiphhonbgfpn
Descrição Sort YouTube™ comments by most liked and search all comments
Tamanho do Arquivo 126 KB
Contagem de Instalações 3,561
Versão Atual 1.3
Última Atualização 2022-02-28
Data de Publicação 2019-10-03
Classificação 4.37/5 Total de 41 Avaliações
Desenvolvedor Sgtpanda
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
URL da Página de Ajuda https://gist.github.com/Sgtpanda/d5064640bcde24cd8f7a36551cf969e7
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube\u2122 Actual Top Comments",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Sort YouTube\u2122 comments by most liked and search all comments",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/youtube-actual-top-commen\/hbdmelobmfcompinikjdaiphhonbgfpn",
    "icons": {
        "16": "icons\/16_yatc_ua.png",
        "48": "icons\/48_yatc_ua.png",
        "128": "icons\/128_yatc2.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "page_action": {
        "default_title": "Youtube\u2122 Actual Top Comments",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "commands": {
        "_execute_page_action": {
            "suggested_key": {
                "default": "Alt+C"
            }
        }
    }
}