RaidViewer
A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Qu'est-ce que RaidViewer ?
RaidViewer est une extension Chrome développée par Connor Wright, et sa fonction principale est "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension RaidViewer
Téléchargez les fichiers d'extension RaidViewer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | RaidViewer |
ID | kchhfcpcokkcenicaepbnnilldheogni |
URL Officiel | https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni |
Description | A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view. |
Taille du Fichier | 36.95 KB |
Nombre d'Installations | 1,125 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-04-18 |
Date de Publication | 2019-04-18 |
Évaluation | 4.20/5 Total 5 Évaluations |
Développeur | Connor Wright |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/volvoxcommunity/raidviewer |
URL de la Page d'Aide | https://discord.gg/jReSmc3 |
Langues Prises en Charge | 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" ] } ] } |