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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } ] } |