Twitch Follower Count
Configurable Chrome extension that shows follower count when in a twitch channel page.
Twitch Follower Count là gì?
Twitch Follower Count là một tiện ích mở rộng Chrome được phát triển bởi aranciro, và tính năng chính của nó là "Configurable Chrome extension that shows follower count when in a twitch channel page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Follower Count
Tải xuống các tệp mở rộng Twitch Follower Count dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Puts the follower count next to the channel name on Twitch.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Follower Count |
ID | phpdilphbfgmibgdegclmliinkddhloe |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-follower-count/phpdilphbfgmibgdegclmliinkddhloe |
Mô tả | Configurable Chrome extension that shows follower count when in a twitch channel page. |
Kích Thước Tệp | 81.73 KB |
Số Lần Cài Đặt | 41 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2021-06-09 |
Ngày Phát Hành | 2021-06-08 |
Nhà Phát Triển | aranciro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/aranciro/Twitch-Follower-Count-Chrome |
URL Trang Trợ Giúp | https://github.com/aranciro/Twitch-Follower-Count-Chrome/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Follower Count", "version": "1.0.0", "description": "Configurable Chrome extension that shows follower count when in a twitch channel page.", "icons": { "16": "res\/twitch-follower-count-icon-16x16.png", "32": "res\/twitch-follower-count-icon-32x32.png", "48": "res\/twitch-follower-count-icon-48x48.png", "64": "res\/twitch-follower-count-icon-64x64.png", "128": "res\/twitch-follower-count-icon-128x128.png" }, "options_page": "options\/index.html", "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "http:\/\/*.twitch.tv\/*", "https:\/\/*.twitch.tv\/*" ], "js": [ "twitch-follower-count.user.js" ], "css": [ "twitch-follower-count.css" ] } ], "manifest_version": 3 } |