Stream Viewer
Streams from multiple games in one place.
Stream Viewer क्या है?
Stream Viewer Chris Gilbert द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Streams from multiple games in one place."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Stream Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
View a list of twitch streams from a variety of games. Favorites save cross devices. New features and updates coming soon!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | plnfhlmpanmpgalcajmlnmaikcemdjeo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/stream-viewer/plnfhlmpanmpgalcajmlnmaikcemdjeo |
विवरण | Streams from multiple games in one place. |
फ़ाइल का आकार | 511 KB |
स्थापना संख्या | 214 |
वर्तमान संस्करण | 0.60 |
अंतिम अपडेट | 2016-09-15 |
प्रकाशन तिथि | 2016-09-15 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Chris Gilbert |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stream Viewer", "version": "0.60", "manifest_version": 2, "description": "Streams from multiple games in one place.", "browser_action": { "default_icon": "img\/icon\/twitch-icon.png", "default_popup": "index.html", "default_title": "StreamViewer" }, "icons": { "128": "img\/icon\/twitch-icon.png" }, "permissions": [ "*:\/\/api.twitch.tv\/*", "tabs", "storage" ] } |