Twich.tv: Auto-Point Claimer
An easy and automatic way to claim Channel Points for twitch.tv.
Wat is Twich.tv: Auto-Point Claimer?
Twich.tv: Auto-Point Claimer is een Chrome-extensie ontwikkeld door LorenKociko, en de belangrijkste functie is "An easy and automatic way to claim Channel Points for twitch.tv.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twich.tv: Auto-Point Claimer
Download Twich.tv: Auto-Point Claimer-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
An easy and automatic way to claim Channel Points for twitch.tv. This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.
Basisinformatie over de Extensie
Naam | Twich.tv: Auto-Point Claimer |
ID | dfjjoleblddbjilmihenpcpjkndamphe |
Officiële URL | https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe |
Beschrijving | An easy and automatic way to claim Channel Points for twitch.tv. |
Bestandsgrootte | 260 KB |
Aantal Installaties | 3,577 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-02-27 |
Publicatiedatum | 2022-02-24 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | LorenKociko |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twich.tv: Auto-Point Claimer", "description": "An easy and automatic way to claim Channel Points for twitch.tv.", "version": "1.0", "background": { "service_worker": "background.js" }, "icons": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "action": { "default_icon": { "16": ".\/icons\/16.png", "48": ".\/icons\/48.png", "128": ".\/icons\/128.png" }, "default_popup": "index.html" }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "index.js" ] } ] } |