UpDownLeftDie Twitch Helper
Twitch Prime Sub reminder, discounts, and more!
Τι είναι το UpDownLeftDie Twitch Helper;
Το UpDownLeftDie Twitch Helper είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.updownleftdie.com, και η κύρια λειτουργία του είναι "Twitch Prime Sub reminder, discounts, and more!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UpDownLeftDie Twitch Helper
Λήψη αρχείων επέκτασης 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 |
Επίσημο URL | 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\/*" ] } |