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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A handy extension that automatically removes the referrer URL when raiding a channel, to ensure that the streamer gets your view."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RaidViewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } ] } |