RaidViewer

A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.

O que é RaidViewer?

RaidViewer é uma extensão do Chrome desenvolvida por Connor Wright, e sua principal característica é "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão RaidViewer

Baixe arquivos de extensão RaidViewer 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 automatically remove the raid referral from the URL after being part of a raid to another channel. This will help the channel that has been raided to receive your view.

This extension is only activated on twitch.tv sites.                    

Informações Básicas da Extensão

Nome RaidViewer RaidViewer
ID kchhfcpcokkcenicaepbnnilldheogni
URL Oficial https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni
Descrição A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Tamanho do Arquivo 36.95 KB
Contagem de Instalações 1,125
Versão Atual 1.2
Última Atualização 2019-04-18
Data de Publicação 2019-04-18
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor Connor Wright
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/volvoxcommunity/raidviewer
URL da Página de Ajuda https://discord.gg/jReSmc3
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RaidViewer",
    "version": "1.2",
    "author": "Volvox",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "volvox-16.png",
        "48": "volvox-48.png",
        "128": "volvox-128.png"
    },
    "description": "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "content.js"
            ]
        }
    ]
}