Twitch Rewards Links

Add links to the Twitch rewards page

O que é Twitch Rewards Links?

Twitch Rewards Links é uma extensão do Chrome desenvolvida por DX Nacca, e sua principal característica é "Add links to the Twitch rewards page".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Rewards Links

Baixe arquivos de extensão Twitch Rewards Links 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

                        - Add links to the Twitch rewards page
That way you can click it instead of copying and pasting.

- Highlights a redemption once you click a link.
That way it's easier to know which redemption links you've already clicked.                    

Informações Básicas da Extensão

Nome Twitch Rewards Links Twitch Rewards Links
ID acolpfebjhapfflnpilmbfknbblchnom
URL Oficial https://chromewebstore.google.com/detail/twitch-rewards-links/acolpfebjhapfflnpilmbfknbblchnom
Descrição Add links to the Twitch rewards page
Tamanho do Arquivo 18.48 KB
Contagem de Instalações 23
Versão Atual 1.0.6
Última Atualização 2022-03-29
Data de Publicação 2021-05-19
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor DX Nacca
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/DX3006/Twitch-Rewards-Links
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Rewards Links",
    "description": "Add links to the Twitch rewards page",
    "version": "1.0.6",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/popout\/*\/reward-queue"
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}