Twitch Points Chest Clicker
Clicks the twitch points chest automatically for you.
Vad är Twitch Points Chest Clicker?
Twitch Points Chest Clicker är en Chrome-tillägg utvecklad av Clinton, och dess huvudfunktion är "Clicks the twitch points chest automatically for you.".
Tilläggsskärmbilder
Ladda ner Twitch Points Chest Clicker-förlängningens CRX-fil
Ladda ner Twitch Points Chest Clicker-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
Automatically clicks the points chest for twitch streams. Checks every 15 seconds.
Grundläggande Information om Tillägg
Namn | |
ID | lmnekimpcncfaincbkgnbmbjcnkncpff |
Officiell webbadress | https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff |
Beskrivning | Clicks the twitch points chest automatically for you. |
Filstorlek | 18.34 KB |
Antal Installationer | 91 |
Aktuell Version | 0.3 |
Senast Uppdaterad | 2020-12-21 |
Publiceringsdatum | 2020-05-02 |
Utvecklare | Clinton |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |