Twitch Reward Profiles

Switch between different Twitch channel point profiles with a single click.

Was ist Twitch Reward Profiles?

Twitch Reward Profiles ist eine Chrome-Erweiterung, die von Rage Paint Games entwickelt wurde, und ihr Hauptmerkmal ist "Switch between different Twitch channel point profiles with a single click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Twitch Reward Profiles-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitch Reward Profiles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Are you a variety streamer with unique channel point rewards for each game you play? Or maybe you have some redemptions used only on certain days of the week? Then this extension is for you! Easily switch your redemptions on or off with just a single click, using profiles.

👥 SETUP PROFILES - To create a profile, simply toggle the redemptions you would want on, click "Add Profile" and give the profile a name. Whenever that profile is selected, it will automatically toggle all your redemptions on or off, according to the settings you had when you saved the profile.

✏️ EDIT PROFILES - To change your profile, simply change your channel points rewards and click the sync button to update the profile you saved with the new settings.

❌ DELETE PROFILES - Easily remove profiles you no longer need.                    

Grundlegende Informationen zur Erweiterung

Name Twitch Reward Profiles Twitch Reward Profiles
ID hnbkphdlnpokndcebigdmelecakfojip
Offizielle URL https://chromewebstore.google.com/detail/twitch-reward-profiles/hnbkphdlnpokndcebigdmelecakfojip
Beschreibung Switch between different Twitch channel point profiles with a single click.
Dateigröße 91.61 KB
Installationsanzahl 75
Aktuelle Version 2.1.5
Letztes Update 2023-06-21
Veröffentlichungsdatum 2023-01-07
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler Rage Paint Games
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Reward Profiles",
    "version": "2.1.5",
    "action": {
        "default_title": "Twitch Reward Profiles",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "\/img\/icons\/icon-16.png",
        "48": "\/img\/icons\/icon-48.png",
        "128": "\/img\/icons\/icon-128.png",
        "256": "\/img\/icons\/icon-256.png"
    },
    "description": "Switch between different Twitch channel point profiles with a single click.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/dashboard.twitch.tv\/u\/*\/viewer-rewards\/channel-points\/rewards"
            ],
            "js": [
                "\/js\/external\/jquery.js",
                "\/js\/content_script.js"
            ]
        }
    ],
    "manifest_version": 3
}