UpDownLeftDie Twitch Helper
Twitch Prime Sub reminder, discounts, and more!
什麼是UpDownLeftDie Twitch Helper?
UpDownLeftDie Twitch Helper是由https://www.updownleftdie.com開發的Chrome擴展程式,該擴展的主要功能是“Twitch Prime Sub reminder, discounts, and more!”。
擴展截圖
下載UpDownLeftDie Twitch Helper擴展crx文件
下載UpDownLeftDie Twitch Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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]
擴展基本資訊
名稱 | |
ID | dkpkidmajaaandnnglbohlopjgigkiec |
官方網址 | https://chromewebstore.google.com/detail/updownleftdie-twitch-help/dkpkidmajaaandnnglbohlopjgigkiec |
簡介 | Twitch Prime Sub reminder, discounts, and more! |
檔案大小 | 908 KB |
安裝次數 | 47 |
目前版本 | 2.58 |
更新時間 | 2020-09-25 |
上架時間 | 2020-07-01 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://www.updownleftdie.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.twitch.tv/updownleftdie |
說明頁面URL | https://discord.com/invite/gdDWcrt |
支援的語言 | 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\/*" ] } |