Twitch Rewards Links
Add links to the Twitch rewards page
Hvad er Twitch Rewards Links?
Twitch Rewards Links er en Chrome-udvidelse udviklet af DX Nacca, og dens hovedfunktion er "Add links to the Twitch rewards page".
Udvidelsesskærmbilleder
Download Twitch Rewards Links-udvidelses-CRX-fil
Download Twitch Rewards Links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
- 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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | acolpfebjhapfflnpilmbfknbblchnom |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom |
| Beskrivelse | Add links to the Twitch rewards page |
| Filstørrelse | 18.48 KB |
| Antal Installationer | 23 |
| Nuværende Version | 1.0.6 |
| Senest Opdateret | 2022-03-29 |
| Udgivelsesdato | 2021-05-19 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | DX Nacca |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/DX3006/Twitch-Rewards-Links |
| Understøttede Sprog | 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"
}
} | |