Twitch Points Chest Clicker
Clicks the twitch points chest automatically for you.
Hvad er Twitch Points Chest Clicker?
Twitch Points Chest Clicker er en Chrome-udvidelse udviklet af Clinton, og dens hovedfunktion er "Clicks the twitch points chest automatically for you.".
Udvidelsesskærmbilleder
Download Twitch Points Chest Clicker-udvidelses-CRX-fil
Download Twitch Points Chest Clicker-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 clicks the points chest for twitch streams. Checks every 15 seconds.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lmnekimpcncfaincbkgnbmbjcnkncpff |
Officiel URL | https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff |
Beskrivelse | Clicks the twitch points chest automatically for you. |
Filstørrelse | 18.34 KB |
Antal Installationer | 91 |
Nuværende Version | 0.3 |
Senest Opdateret | 2020-12-21 |
Udgivelsesdato | 2020-05-02 |
Udvikler | Clinton |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Points Chest Clicker", "version": "0.3", "description": "Clicks the twitch points chest automatically for you.", "icons": { "48": "icons\/treasure_Chest_48.png", "96": "icons\/treasure_Chest_96.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "twitch_points.js" ] } ] } |