Twitch Rewards Links
Add links to the Twitch rewards page
Vad är Twitch Rewards Links?
Twitch Rewards Links är en Chrome-tillägg utvecklad av DX Nacca, och dess huvudfunktion är "Add links to the Twitch rewards page".
Tilläggsskärmbilder
Ladda ner Twitch Rewards Links-förlängningens CRX-fil
Ladda ner Twitch Rewards Links-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
- 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äggande Information om Tillägg
| Namn | |
| ID | acolpfebjhapfflnpilmbfknbblchnom |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom |
| Beskrivning | Add links to the Twitch rewards page |
| Filstorlek | 18.48 KB |
| Antal Installationer | 23 |
| Aktuell Version | 1.0.6 |
| Senast Uppdaterad | 2022-03-29 |
| Publiceringsdatum | 2021-05-19 |
| Betyg | 5.00/5 Totalt 4 Betyg |
| Utvecklare | DX Nacca |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/DX3006/Twitch-Rewards-Links |
| Stödda Språk | 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"
}
} | |