UpDownLeftDie Twitch Helper
Twitch Prime Sub reminder, discounts, and more!
UpDownLeftDie Twitch Helper là gì?
UpDownLeftDie Twitch Helper là một tiện ích mở rộng Chrome được phát triển bởi https://www.updownleftdie.com, và tính năng chính của nó là "Twitch Prime Sub reminder, discounts, and more!".
Ả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 UpDownLeftDie Twitch Helper
Tải xuống các tệp mở rộng UpDownLeftDie Twitch Helper 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
Do you forget when your free Twitch Prime Sub is ready to use again? Do you have family that has Amazon Prime but don't let their free sub go to waste? Everyday the a free Prime Sub goes unused is money lost! Install this extension and never forget when you can resubscribe to your favorite streamers (or have your family members resub to you by having them install the extension) • Reminds you when your free Twitch Prime subscription is available. • Help support UpDownLeftDie by automatically applying referral codes. • Automatically applies discount codes for certain sites. • Extra entries into playrgg giveaways To update or re-sync your Twitch Prime subscription date, while logged in, go to: https://www.twitch.tv/subscriptions Wii Shop music has to be re-enabled each time you open you browser. This is a limitation of browsers which doesn't let extensions play audio without user interaction. Any bugs or suggestions contact us: Discord: UpDownLeftDie#0001 / https://udld.rocks/discord Email: [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dkpkidmajaaandnnglbohlopjgigkiec |
URL Chính Thức | https://chromewebstore.google.com/detail/updownleftdie-twitch-help/dkpkidmajaaandnnglbohlopjgigkiec |
Mô tả | Twitch Prime Sub reminder, discounts, and more! |
Kích Thước Tệp | 908 KB |
Số Lần Cài Đặt | 47 |
Phiên Bản Hiện Tại | 2.58 |
Cập Nhật Lần Cuối | 2020-09-25 |
Ngày Phát Hành | 2020-07-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.updownleftdie.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.twitch.tv/updownleftdie |
URL Trang Trợ Giúp | https://discord.com/invite/gdDWcrt |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "UpDownLeftDie Twitch Helper", "short_name": "UDLD Helper", "description": "Twitch Prime Sub reminder, discounts, and more!", "version": "2.58", "manifest_version": 2, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "js\/browser-polyfill.min.js", "js\/background.js" ] }, "browser_action": { "default_popup": "popup\/index.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*", "*:\/\/*.updownleftdie.com\/*", "*:\/\/*.playr.gg\/*" ], "run_at": "document_start", "js": [ "js\/browser-polyfill.min.js", "js\/content_script.js" ] }, { "matches": [ "*:\/\/*.twitch.tv\/*" ], "run_at": "document_start", "js": [ "js\/content_script.js" ], "css": [ "css\/udld-live.css" ] } ], "web_accessible_resources": [ "shop.ogg", "ac.ogg" ], "permissions": [ "tabs", "storage", "notifications", "*:\/\/*.twitch.tv\/*", "*:\/\/*.updownleftdie.com\/*", "*:\/\/*.playr.gg\/*" ] } |