Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
O que é Channel Point and Drop Collector?
Channel Point and Drop Collector é uma extensão do Chrome desenvolvida por WeaselStorm, e sua principal característica é "Collects bonus channel points and claims Drops while watching a stream on Twitch.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Channel Point and Drop Collector
Baixe arquivos de extensão Channel Point and Drop Collector 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
Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.
Informações Básicas da Extensão
Nome | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
URL Oficial | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Descrição | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
Tamanho do Arquivo | 11.4 KB |
Contagem de Instalações | 3,691 |
Versão Atual | 0.0.10 |
Última Atualização | 2022-01-02 |
Data de Publicação | 2021-12-22 |
Classificação | 3.57/5 Total de 7 Avaliações |
Desenvolvedor | WeaselStorm |
[email protected] | |
Site da Extensão | https://github.com/WeaselStorm/ChannelPointCollector |
URL da Página de Ajuda | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Channel Point and Drop Collector", "version": "0.0.10", "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.", "icons": { "128": "icon128.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/interaction.js" ] } ] } |