RaidViewer
A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Co to jest RaidViewer?
RaidViewer to rozszerzenie Chrome opracowane przez Connor Wright, a jego główną funkcją jest „A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia RaidViewer
Pobierz pliki rozszerzeń RaidViewer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | RaidViewer |
ID | kchhfcpcokkcenicaepbnnilldheogni |
Oficjalny URL | https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni |
Opis | A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view. |
Rozmiar pliku | 36.95 KB |
Liczba instalacji | 1,125 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2019-04-18 |
Data Publikacji | 2019-04-18 |
Ocena | 4.20/5 Łącznie 5 Oceny |
Deweloper | Connor Wright |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/volvoxcommunity/raidviewer |
Adres URL Strony Pomocy | https://discord.gg/jReSmc3 |
Obsługiwane Języki | 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" ] } ] } |