RaidViewer
A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
什麼是RaidViewer?
RaidViewer是由Connor Wright開發的Chrome擴展程式,該擴展的主要功能是“A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.”。
擴展截圖
下載RaidViewer擴展crx文件
下載RaidViewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | RaidViewer |
ID | kchhfcpcokkcenicaepbnnilldheogni |
官方網址 | https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni |
簡介 | A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view. |
檔案大小 | 36.95 KB |
安裝次數 | 1,125 |
目前版本 | 1.2 |
更新時間 | 2019-04-18 |
上架時間 | 2019-04-18 |
評分 | 4.20/5 共 5 次評分 |
開發者 | Connor Wright |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/volvoxcommunity/raidviewer |
說明頁面URL | https://discord.gg/jReSmc3 |
支援的語言 | 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" ] } ] } |