Stream Bridge - Watch everyone on Twitch
Watch streamers from other streaming services on Twitch!
Stream Bridge - Watch everyone on Twitch क्या है?
Stream Bridge - Watch everyone on Twitch https://www.streambridge.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch streamers from other streaming services on Twitch!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stream Bridge - Watch everyone on Twitch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension, you can: ✔️ Watch streamers from other streaming platforms directly on Twitch ✔️ Follow streamers' channels from different platforms and observe their channel status on the left sidebar of Twitch ✔️ Add your channels to the list if they are not currently listed This extension currently supports the following streaming platforms: YouTube, Kick, Trovo, VKPlay Live, and WASD.
एक्सटेंशन की मूल जानकारी
नाम | Stream Bridge - Watch everyone on Twitch |
ID | oidkgchhceggifadcafliepojifbgdji |
आधिकारिक URL | https://chromewebstore.google.com/detail/stream-bridge-watch-every/oidkgchhceggifadcafliepojifbgdji |
विवरण | Watch streamers from other streaming services on Twitch! |
फ़ाइल का आकार | 335 KB |
स्थापना संख्या | 210 |
वर्तमान संस्करण | 1.8.13 |
अंतिम अपडेट | 2023-10-13 |
प्रकाशन तिथि | 2023-08-08 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | https://www.streambridge.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.streambridge.io |
सहायता पृष्ठ URL | https://www.streambridge.io/support |
गोपनीयता नीति पृष्ठ URL | https://www.streambridge.io/privacy |
समर्थित भाषाएँ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_project_name__", "description": "__MSG_project_description__", "version": "1.8.13", "default_locale": "en", "icons": { "16": "icons\/icon.png", "32": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_popup": "popup\/index.html" }, "permissions": [ "declarativeNetRequest", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "modifyHeaders", "enabled": true, "path": "modifyHeaders.json" } ] }, "host_permissions": [ "https:\/\/www.twitch.tv\/", "https:\/\/kick.com\/", "https:\/\/wasd.tv\/", "https:\/\/vkplay.live\/", "https:\/\/trovo.live\/", "https:\/\/api.vkplay.live\/", "https:\/\/api-web.trovo.live\/", "https:\/\/www.youtube.com\/" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/vkplay.live\/*", "https:\/\/kick.com\/*", "https:\/\/trovo.live\/*", "https:\/\/wasd.tv\/*", "https:\/\/www.youtube.com\/*" ], "all_frames": true, "js": [ "content-script\/index.js" ], "css": [ "content-script\/index.css" ] } ] } |