Twitch Rewards Links

Add links to the Twitch rewards page

Qu'est-ce que Twitch Rewards Links ?

Twitch Rewards Links est une extension Chrome développée par DX Nacca, et sa fonction principale est "Add links to the Twitch rewards page".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitch Rewards Links

Téléchargez les fichiers d'extension Twitch Rewards Links au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        - 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.                    

Informations de Base sur l'Extension

Nom Twitch Rewards Links Twitch Rewards Links
ID acolpfebjhapfflnpilmbfknbblchnom
URL Officiel https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom
Description Add links to the Twitch rewards page
Taille du Fichier 18.48 KB
Nombre d'Installations 23
Version Actuelle 1.0.6
Dernière Mise à Jour 2022-03-29
Date de Publication 2021-05-19
Évaluation 5.00/5 Total 4 Évaluations
Développeur DX Nacca
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/DX3006/Twitch-Rewards-Links
Langues Prises en Charge 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"
    }
}