RaidViewer

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

Wat is RaidViewer?

RaidViewer is een Chrome-extensie ontwikkeld door Connor Wright, en de belangrijkste functie is "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".

Extensie Screenshots

Download het CRX-bestand van de extensie RaidViewer

Download RaidViewer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam RaidViewer RaidViewer
ID kchhfcpcokkcenicaepbnnilldheogni
Officiële URL https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni
Beschrijving A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Bestandsgrootte 36.95 KB
Aantal Installaties 1,125
Huidige Versie 1.2
Laatst Bijgewerkt 2019-04-18
Publicatiedatum 2019-04-18
Beoordeling 4.20/5 Totaal 5 Beoordelingen
Ontwikkelaar Connor Wright
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/volvoxcommunity/raidviewer
Help Pagina-URL https://discord.gg/jReSmc3
Ondersteunde Talen 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"
            ]
        }
    ]
}