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 |
公式URL | 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 |
Eメール | [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" ] } ] } |