Reddit Soccer Streams
Access soccer match threads from reddit
Reddit Soccer Streams क्या है?
Reddit Soccer Streams prnyjn द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Access soccer match threads from reddit"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reddit Soccer Streams एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
reddit.com/r/soccer match threads, combined with the ability of https://reddit-stream.com/, are an amazing way to experience matches. This add-on lists the on-going matches so that they are just a click away. This also lists info from the https://reddit.com/r/soccerstreams page along the match threads. Update: /r/soccerstreams has shut down and moved to /r/soccerstreams_pl and soccerstreams_other Update 2: The above two subreddits have also been banned. I will keep changing the source of streams as the situation evolves. Code at https://github.com/prnayjain/ReddditSoccerThreads
एक्सटेंशन की मूल जानकारी
नाम | ![]() |
ID | nidjimbehglhcdfmdpainfpmkcfceidg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/reddit-soccer-streams/nidjimbehglhcdfmdpainfpmkcfceidg |
विवरण | Access soccer match threads from reddit |
फ़ाइल का आकार | 90 KB |
स्थापना संख्या | 141 |
वर्तमान संस्करण | 1.1 |
अंतिम अपडेट | 2019-03-05 |
प्रकाशन तिथि | 2019-03-04 |
डेवलपर | prnyjn |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Soccer Streams", "version": "1.1", "description": "Access soccer match threads from reddit", "icons": { "48": "icons\/icon.png" }, "permissions": [ "identity", "cookies", "storage", "tabs", "https:\/\/www.reddit.com\/api\/v1\/access_token", "https:\/\/oauth.reddit.com\/*" ], "browser_action": { "default_title": "Reddit Soccer Streams", "default_popup": "popup\/popup.html", "default_icon": "icons\/icon.png" }, "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "short_name": "Soccer Streams" } |