Twitch Prime Subscription Reminder
This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used
Twitch Prime Subscription Reminder là gì?
Twitch Prime Subscription Reminder là một tiện ích mở rộng Chrome được phát triển bởi Sylvain Giroux, và tính năng chính của nó là "This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used".
Ả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 Prime Subscription Reminder
Tải xuống các tệp mở rộng Twitch Prime Subscription Reminder 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
This is an alternative to the "Prime Subscription and Loot Reminder Extension" inside twitch.tv that you can enable for your favorite streamer.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Prime Subscription Reminder |
ID | lkojkjhbgnhoepnajfllnjffcheahpco |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-prime-subscription/lkojkjhbgnhoepnajfllnjffcheahpco |
Mô tả | This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used |
Kích Thước Tệp | 15.99 KB |
Số Lần Cài Đặt | 239 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2022-09-15 |
Ngày Phát Hành | 2019-03-01 |
Đánh Giá | 3.73/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Sylvain Giroux |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/spoji/Twitch-Prime-Subscription-Reminder |
URL Trang Trợ Giúp | https://github.com/spoji/Twitch-Prime-Subscription-Reminder/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Prime Subscription Reminder", "description": "This will switch the purple 'Subscribe' button to a bright orange when your free subscription is ready to be used", "version": "1.0.5", "icons": { "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "check_subscription.js" ] } ], "browser_action": { "default_icon": { "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "default_title": "Twitch Prime Subscription Reminder" }, "permissions": [ "tabs" ] } |