Twitch - Auto Channel Points
Automatically collects Twitch.tv channel points
Hvad er Twitch - Auto Channel Points?
Twitch - Auto Channel Points er en Chrome-udvidelse udviklet af arnoutpullen, og dens hovedfunktion er "Automatically collects Twitch.tv channel points".
Udvidelsesskærmbilleder
Download Twitch - Auto Channel Points-udvidelses-CRX-fil
Download Twitch - Auto Channel Points-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
Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!
If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | pnifeididimfpaomnnellcfjnjmgoepk |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk |
| Beskrivelse | Automatically collects Twitch.tv channel points |
| Filstørrelse | 19.93 KB |
| Antal Installationer | 14,799 |
| Nuværende Version | 1.0.2 |
| Senest Opdateret | 2022-01-27 |
| Udgivelsesdato | 2020-04-07 |
| Bedømmelse | 2.86/5 Samlet 36 Bedømmelser |
| Udvikler | arnoutpullen |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/ArnoutPullen/TwitchAutoChannelPoints |
| Hjælpeside-URL | https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch - Auto Channel Points",
"description": "Automatically collects Twitch.tv channel points",
"version": "1.0.2",
"author": "Arnout Pullen",
"content_scripts": [
{
"js": [
"sites\/twitch\/twitch.js"
],
"matches": [
"https:\/\/*.twitch.tv\/*"
]
}
],
"icons": {
"128": "assets\/icons\/icon-128x128.png",
"16": "assets\/icons\/icon-16x16.png",
"32": "assets\/icons\/icon-32x32.png",
"48": "assets\/icons\/icon-48x48.png"
}
} | |