RaidViewer
A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Co je RaidViewer?
RaidViewer je rozšíření Chrome vyvinuté Connor Wright, a jeho hlavní funkcí je „A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření RaidViewer
Stáhněte si soubory rozšíření RaidViewer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | RaidViewer |
ID | kchhfcpcokkcenicaepbnnilldheogni |
Oficiální URL | https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni |
Popis | A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view. |
Velikost souboru | 36.95 KB |
Počet instalací | 1,125 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2019-04-18 |
Datum Vydání | 2019-04-18 |
Hodnocení | 4.20/5 Celkem 5 Hodnocení |
Vývojář | Connor Wright |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/volvoxcommunity/raidviewer |
URL Stránky Nápovědy | https://discord.gg/jReSmc3 |
Podporované Jazyky | 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" ] } ] } |