Twitch Treasure Collector (Channel Points)

Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK

O que é Twitch Treasure Collector (Channel Points)?

Twitch Treasure Collector (Channel Points) é uma extensão do Chrome desenvolvida por chris, e sua principal característica é "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Treasure Collector (Channel Points)

Baixe arquivos de extensão Twitch Treasure Collector (Channel Points) 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

                        Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!                    

Informações Básicas da Extensão

Nome Twitch Treasure Collector (Channel Points) Twitch Treasure Collector (Channel Points)
ID bbpbicnlhdipmlbohpjhecindeieebbe
URL Oficial https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe
Descrição Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
Tamanho do Arquivo 2.25 MB
Contagem de Instalações 234
Versão Atual 1.0
Última Atualização 2020-03-12
Data de Publicação 2020-03-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor chris
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/cmjchrisjones/TwitchTreasureCollector
URL da Página de Ajuda https://github.com/cmjchrisjones/TwitchTreasureCollector
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0",
    "name": "Twitch Treasure Collector (Channel Points)",
    "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK",
    "browser_action": [],
    "icons": {
        "16": ".\/1x\/Logo-8.png",
        "48": ".\/1x\/Logo-8.png",
        "128": ".\/1x\/Logo-8.png"
    },
    "author": "Chris Jones, Brett Miller, CorBob",
    "permissions": [
        "tabs",
        "*:\/\/*.twitch.tv\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "collector.js"
            ]
        }
    ]
}