Twitch Rewards Links
Add links to the Twitch rewards page
Cos'è Twitch Rewards Links?
Twitch Rewards Links è un'estensione di Chrome sviluppata da DX Nacca, e la sua funzione principale è "Add links to the Twitch rewards page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Rewards Links
Scarica i file di estensione Twitch Rewards Links in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | acolpfebjhapfflnpilmbfknbblchnom |
| URL Ufficiale | https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom |
| Descrizione | Add links to the Twitch rewards page |
| Dimensione del File | 18.48 KB |
| Conteggio Installazioni | 23 |
| Versione Corrente | 1.0.6 |
| Ultimo Aggiornamento | 2022-03-29 |
| Data di Pubblicazione | 2021-05-19 |
| Valutazione | 5.00/5 Totale 4 Valutazioni |
| Sviluppatore | DX Nacca |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/DX3006/Twitch-Rewards-Links |
| Lingue Supportate | 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"
}
} | |