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!」です。

拡張機能のスクリーンショット

screenshot

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]                    

拡張機能の基本情報

名前 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
Eメール [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\/*"
    ]
}