Twitch Rewards Links
Add links to the Twitch rewards page
Wat is Twitch Rewards Links?
Twitch Rewards Links is een Chrome-extensie ontwikkeld door DX Nacca, en de belangrijkste functie is "Add links to the Twitch rewards page".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Rewards Links
Download Twitch Rewards Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- 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. Basisinformatie over de Extensie
| Naam | |
| ID | acolpfebjhapfflnpilmbfknbblchnom |
| Officiële URL | https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom |
| Beschrijving | Add links to the Twitch rewards page |
| Bestandsgrootte | 18.48 KB |
| Aantal Installaties | 23 |
| Huidige Versie | 1.0.6 |
| Laatst Bijgewerkt | 2022-03-29 |
| Publicatiedatum | 2021-05-19 |
| Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | DX Nacca |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/DX3006/Twitch-Rewards-Links |
| Ondersteunde Talen | 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"
}
} | |