Soccer Streamlined
This extension is no longer useful. Reddit is not active with soccer streams anymore.
Soccer Streamlined क्या है?
Soccer Streamlined https://www.davidtimovski.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension is no longer useful. Reddit is not active with soccer streams anymore."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Soccer Streamlined एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Watching soccer online has never been easier. Click on the icon and you'll see a list of the current and upcoming soccer matches that there are streams for. Click on the match you wish to watch and you'll get a list of links. This extension uses www.reddit.com (whichever football streaming subreddit that is currently not banned) for its data. The large number of dedicated streamers and watchers over there ensure that there are streams available for all of the matches played in the popular leagues. You can search through the matches by typing on your keyboard. Pressing Enter will open the first match in the table. The code behind the extension is open sourced: https://github.com/davidtimovski/soccer-streamlined
एक्सटेंशन की मूल जानकारी
नाम | Soccer Streamlined |
ID | lcabedmhpejejhpjdfehcojabbdfihci |
आधिकारिक URL | https://chromewebstore.google.com/detail/soccer-streamlined/lcabedmhpejejhpjdfehcojabbdfihci |
विवरण | This extension is no longer useful. Reddit is not active with soccer streams anymore. |
फ़ाइल का आकार | 661 KB |
स्थापना संख्या | 515 |
वर्तमान संस्करण | 1.57 |
अंतिम अपडेट | 2020-05-14 |
प्रकाशन तिथि | 2020-05-14 |
रेटिंग | 4.75/5 कुल 12 रेटिंग्स |
डेवलपर | https://www.davidtimovski.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Soccer Streamlined", "version": "1.57", "description": "This extension is no longer useful. Reddit is not active with soccer streams anymore.", "icons": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "browser_action": { "default_icon": { "16": "images\/icon-16.png", "24": "images\/icon-24.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_title": "Soccer Streamlined", "default_popup": "popup.html" } } |