SpeedRunsLive Stream Viewer
For easily viewing the streams on SpeedRunsLive.com
SpeedRunsLive Stream Viewer क्या है?
SpeedRunsLive Stream Viewer Julian Jocque द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For easily viewing the streams on SpeedRunsLive.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SpeedRunsLive Stream Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Easiest way to view all the best streams of speed runners from SpeedRunsLive.com! With the click of a button you will easily see who is online and what they are running. One more click and you're straight to watching your favorite runners. Please contact me at [email protected] or twitch.tv/okiyama with any bugs/questions/feature suggestions. This project is open source! Project page is here: https://github.com/okiyama/SRLChromeExtension
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nphaihpdpkboplhbcdpmlaibainbnjio |
आधिकारिक URL | https://chrome.google.com/webstore/detail/speedrunslive-stream-view/nphaihpdpkboplhbcdpmlaibainbnjio |
विवरण | For easily viewing the streams on SpeedRunsLive.com |
फ़ाइल का आकार | 91.19 KB |
स्थापना संख्या | 145 |
वर्तमान संस्करण | 1.5.5 |
अंतिम अपडेट | 2020-06-30 |
प्रकाशन तिथि | 2020-06-30 |
रेटिंग | 4.64/5 कुल 22 रेटिंग्स |
डेवलपर | Julian Jocque |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SpeedRunsLive Stream Viewer", "description": "For easily viewing the streams on SpeedRunsLive.com", "version": "1.5.5", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "storage", "http:\/\/api.speedrunslive.com\/*" ] } |