Subscriber Count on Comments for YouTube™

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

什么是Subscriber Count on Comments for YouTube™?

Subscriber Count on Comments for YouTube™是由Matty Hempstead开发的Chrome扩展程序,该扩展的主要功能是“Displays the number of YouTube™ subscribers next to each comment under every video.”。

扩展截图

screenshot

下载Subscriber Count on Comments for YouTube™扩展crx文件

下载Subscriber Count on Comments for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Subscriber Count on Comments for YouTube™ Subscriber Count on Comments for YouTube™
ID legnlfnnpadijhghmeagaafplkeljhki
官方URL https://chromewebstore.google.com/detail/subscriber-count-on-comme/legnlfnnpadijhghmeagaafplkeljhki
简介 Displays the number of YouTube™ subscribers next to each comment under every video.
文件大小 9.42 KB
安装次数 3,731
当前版本 1.1.7
更新时间 2023-01-29
上架时间 2020-03-26
评分 4.07/5 共29次评分
开发者 Matty Hempstead
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/mattyhempstead/yt-comment-sub-count/issues
支持的语言 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"
        }
    ]
}