RaidViewer
A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Hvad er RaidViewer?
RaidViewer er en Chrome-udvidelse udviklet af Connor Wright, og dens hovedfunktion er "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".
Udvidelsesskærmbilleder
Download RaidViewer-udvidelses-CRX-fil
Download RaidViewer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | RaidViewer |
ID | kchhfcpcokkcenicaepbnnilldheogni |
Officiel URL | https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni |
Beskrivelse | A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view. |
Filstørrelse | 36.95 KB |
Antal Installationer | 1,125 |
Nuværende Version | 1.2 |
Senest Opdateret | 2019-04-18 |
Udgivelsesdato | 2019-04-18 |
Bedømmelse | 4.20/5 Samlet 5 Bedømmelser |
Udvikler | Connor Wright |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/volvoxcommunity/raidviewer |
Hjælpeside-URL | https://discord.gg/jReSmc3 |
Understøttede Sprog | 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" ] } ] } |