RaidViewer

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

¿Qué es RaidViewer?

RaidViewer es una extensión de Chrome desarrollada por Connor Wright, y su función principal es "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión RaidViewer

Descarga archivos de extensión RaidViewer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre RaidViewer RaidViewer
ID kchhfcpcokkcenicaepbnnilldheogni
URL Oficial https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni
Descripción A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Tamaño del Archivo 36.95 KB
Cantidad de Instalaciones 1,125
Versión Actual 1.2
Última Actualización 2019-04-18
Fecha de Publicación 2019-04-18
Calificación 4.20/5 Total de 5 Calificaciones
Desarrollador Connor Wright
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/volvoxcommunity/raidviewer
URL de la Página de Ayuda https://discord.gg/jReSmc3
Idiomas Soportados 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"
            ]
        }
    ]
}