AFKChannelPoints
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
O que é AFKChannelPoints?
AFKChannelPoints é uma extensão do Chrome desenvolvida por tjaygrantham, e sua principal característica é "Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão AFKChannelPoints
Baixe arquivos de extensão AFKChannelPoints 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
Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change quality to lowest
Informações Básicas da Extensão
Nome | AFKChannelPoints |
ID | ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
URL Oficial | https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm |
Descrição | Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change… |
Tamanho do Arquivo | 124 KB |
Contagem de Instalações | 123 |
Versão Atual | 1.0.1 |
Última Atualização | 2020-11-23 |
Data de Publicação | 2020-11-15 |
Classificação | 4.00/5 Total de 2 Avaliações |
Desenvolvedor | tjaygrantham |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "name": "AFKChannelPoints", "background": { "page": "background.html" }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "permissions": [ "storage", "tabs" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ "content.styles.css", "icon.png" ], "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net https:\/\/code.jquery.com; object-src 'self'" } |