Twitch Claimer
Auto claims loot in your twitch inventory and channel points.
O que é Twitch Claimer?
Twitch Claimer é uma extensão do Chrome desenvolvida por Danny Keeley, e sua principal característica é "Auto claims loot in your twitch inventory and channel points.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Claimer
Baixe arquivos de extensão Twitch Claimer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension will claim loot for you while you keep twitch inventory page open, every minute. It will also claim the channel points. https://www.twitch.tv/drops/inventory ## Update - 12-08-2023 ## Removed interval chooser to fix bug not claiming sometimes. ## Update - 21-05-2023 ## The extension will now claim channel points. ## Update - 19-05-2023 ## Fixed bug where twitchs website had changed so was no longer claiming loot. Extension has been mostly rewritten to work with Google updates.
Informações Básicas da Extensão
Nome | Twitch Claimer |
ID | jmgfefhipiolnhiklhhlmmijhnckclnl |
URL Oficial | https://chromewebstore.google.com/detail/twitch-claimer/jmgfefhipiolnhiklhhlmmijhnckclnl |
Descrição | Auto claims loot in your twitch inventory and channel points. |
Tamanho do Arquivo | 39 KB |
Contagem de Instalações | 20,000 |
Versão Atual | 0.9 |
Última Atualização | 2023-08-13 |
Data de Publicação | 2021-04-02 |
Classificação | 4.59/5 Total de 22 Avaliações |
Desenvolvedor | Danny Keeley |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Claimer", "version": "0.9", "description": "Auto claims loot in your twitch inventory and channel points.", "manifest_version": 3, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "action": { "default_icon": "\/images\/icon-32.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/www.twitch.tv\/*" ], "permissions": [ "tabs", "storage", "scripting" ] } |