RaidViewer
A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Apa itu RaidViewer?
RaidViewer adalah ekstensi Chrome yang dikembangkan oleh Connor Wright, dan fitur utamanya adalah "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi RaidViewer
Unduh file ekstensi RaidViewer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | RaidViewer |
ID | kchhfcpcokkcenicaepbnnilldheogni |
URL Resmi | https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni |
Deskripsi | A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view. |
Ukuran File | 36.95 KB |
Jumlah Instalasi | 1,125 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2019-04-18 |
Tanggal Publikasi | 2019-04-18 |
Penilaian | 4.20/5 Total 5 Penilaian |
Pengembang | Connor Wright |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/volvoxcommunity/raidviewer |
URL Halaman Bantuan | https://discord.gg/jReSmc3 |
Bahasa yang Didukung | 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" ] } ] } |