Twitch Rewards Links

Add links to the Twitch rewards page

What is Twitch Rewards Links?

Twitch Rewards Links is a Chrome extension developed by DX Nacca, and its main feature is "Add links to the Twitch rewards page".

Extension Screenshots

screenshot
screenshot

Download Twitch Rewards Links Extension CRX File

Download Twitch Rewards Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        - Add links to the Twitch rewards page
That way you can click it instead of copying and pasting.

- Highlights a redemption once you click a link.
That way it's easier to know which redemption links you've already clicked.                    

Extension Basic Information

Name Twitch Rewards Links Twitch Rewards Links
ID acolpfebjhapfflnpilmbfknbblchnom
Official URL https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom
Description Add links to the Twitch rewards page
File Size 18.48 KB
Installation Count 23
Current Version 1.0.6
Last Updated 2022-03-29
Publish Date 2021-05-19
Rating 5.00/5 Total 4 Ratings
Developer DX Nacca
Email [email protected]
Payment Type free
Extension Website https://github.com/DX3006/Twitch-Rewards-Links
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Rewards Links",
    "description": "Add links to the Twitch rewards page",
    "version": "1.0.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/popout\/*\/reward-queue"
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}