RaidViewer

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

Cos'è RaidViewer?

RaidViewer è un'estensione di Chrome sviluppata da Connor Wright, e la sua funzione principale è "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione RaidViewer

Scarica i file di estensione RaidViewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RaidViewer RaidViewer
ID kchhfcpcokkcenicaepbnnilldheogni
URL Ufficiale https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni
Descrizione A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Dimensione del File 36.95 KB
Conteggio Installazioni 1,125
Versione Corrente 1.2
Ultimo Aggiornamento 2019-04-18
Data di Pubblicazione 2019-04-18
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore Connor Wright
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/volvoxcommunity/raidviewer
URL della Pagina di Aiuto https://discord.gg/jReSmc3
Lingue Supportate 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"
            ]
        }
    ]
}