RaidViewer

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

RaidViewer là gì?

RaidViewer là một tiện ích mở rộng Chrome được phát triển bởi Connor Wright, và tính năng chính của nó là "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng RaidViewer

Tải xuống các tệp mở rộng RaidViewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RaidViewer RaidViewer
ID kchhfcpcokkcenicaepbnnilldheogni
URL Chính Thức https://chromewebstore.google.com/detail/raidviewer/kchhfcpcokkcenicaepbnnilldheogni
Mô tả A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view.
Kích Thước Tệp 36.95 KB
Số Lần Cài Đặt 1,125
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-04-18
Ngày Phát Hành 2019-04-18
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Connor Wright
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/volvoxcommunity/raidviewer
URL Trang Trợ Giúp https://discord.gg/jReSmc3
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}