Soccer Streamlined
This extension is no longer useful. Reddit is not active with soccer streams anymore.
Qu'est-ce que Soccer Streamlined ?
Soccer Streamlined est une extension Chrome développée par https://www.davidtimovski.com, et sa fonction principale est "This extension is no longer useful. Reddit is not active with soccer streams anymore.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Soccer Streamlined
Téléchargez les fichiers d'extension Soccer Streamlined au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Soccer Streamlined |
ID | lcabedmhpejejhpjdfehcojabbdfihci |
URL Officiel | https://chromewebstore.google.com/detail/soccer-streamlined/lcabedmhpejejhpjdfehcojabbdfihci |
Description | This extension is no longer useful. Reddit is not active with soccer streams anymore. |
Taille du Fichier | 661 KB |
Nombre d'Installations | 515 |
Version Actuelle | 1.57 |
Dernière Mise à Jour | 2020-05-14 |
Date de Publication | 2020-05-14 |
Évaluation | 4.75/5 Total 12 Évaluations |
Développeur | https://www.davidtimovski.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |