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™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Matty Hempstead และคุณลักษณะหลักของมันคือ "Displays the number of YouTube™ subscribers next to each comment under every video."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Subscriber Count on Comments for YouTube™
ดาวน์โหลดไฟล์ส่วนขยาย 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. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
]
} | |