Subscriber Count on Comments for YouTube™

Displays the number of YouTube™ subscribers next to each comment under every video.

¿Qué es Subscriber Count on Comments for YouTube™?

Subscriber Count on Comments for YouTube™ es una extensión de Chrome desarrollada por Matty Hempstead, y su función principal es "Displays the number of YouTube™ subscribers next to each comment under every video.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Subscriber Count on Comments for YouTube™

Descarga archivos de extensión Subscriber Count on Comments for YouTube™ en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension will automatically display the number of subscribers next to every account or channel who comments on a YouTube™ video.

After installing, please refresh all YouTube™ tabs for the extension to take effect.

 ★ This extension is open source and on GitHub! ★
Feel free to add any issues/suggestions to the issues section of the repository.
https://github.com/mattyhempstead/yt-comment-sub-count/issues

All contributions are greatly appreciated.

--
ⓘ This Chrome extension is about Subscriber Count on Comments for YouTube™ and has no affiliations with the popular video hoster Youtube™. 
All copyrights belong to their respective owners. Youtube™ doesn’t endorse or sponsor this Chrome extension. Subscriber Count on Comments for YouTube™ is not owned by, is not licensed by and is not a subsidiary of Youtube™ or Alphabet Inc.                    

Información Básica de la Extensión

Nombre Subscriber Count on Comments for YouTube™ Subscriber Count on Comments for YouTube™
ID legnlfnnpadijhghmeagaafplkeljhki
URL Oficial https://chromewebstore.google.com/detail/subscriber-count-on-comme/legnlfnnpadijhghmeagaafplkeljhki
Descripción Displays the number of YouTube™ subscribers next to each comment under every video.
Tamaño del Archivo 9.42 KB
Cantidad de Instalaciones 3,731
Versión Actual 1.1.7
Última Actualización 2023-01-29
Fecha de Publicación 2020-03-26
Calificación 4.07/5 Total de 29 Calificaciones
Desarrollador Matty Hempstead
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/mattyhempstead/yt-comment-sub-count/issues
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subscriber Count on Comments for YouTube\u2122",
    "description": "Displays the number of YouTube\u2122 subscribers next to each comment under every video.",
    "version": "1.1.7",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ]
}