RaidViewer

A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.

RaidViewerคืออะไร?

RaidViewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Connor Wright และคุณลักษณะหลักของมันคือ "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view."

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RaidViewer

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}