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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        }
    ]
}