UpDownLeftDie Twitch Helper

Twitch Prime Sub reminder, discounts, and more!

UpDownLeftDie Twitch Helper क्या है?

UpDownLeftDie Twitch Helper https://www.updownleftdie.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch Prime Sub reminder, discounts, and more!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में UpDownLeftDie Twitch Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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]                    

एक्सटेंशन की मूल जानकारी

नाम UpDownLeftDie Twitch Helper UpDownLeftDie Twitch Helper
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\/*"
    ]
}