Reddit Soccer Threads
List /r/soccer match threads
Wat is Reddit Soccer Threads?
Reddit Soccer Threads is een Chrome-extensie ontwikkeld door prnyjn, en de belangrijkste functie is "List /r/soccer match threads".
Extensie Screenshots
Download het CRX-bestand van de extensie Reddit Soccer Threads
Download Reddit Soccer Threads-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 recent matches so that they are just a click away.
Basisinformatie over de Extensie
Naam | ![]() |
ID | gklbhaedbencbimiknkhnalncnnbblai |
Officiële URL | https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai |
Beschrijving | List /r/soccer match threads |
Bestandsgrootte | 89.99 KB |
Aantal Installaties | 20 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-03-04 |
Publicatiedatum | 2019-03-04 |
Ontwikkelaar | prnyjn |
Betalingswijze | free |
Extensiewebsite | https://github.com/prnayjain/RedditSoccerThreads |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reddit Soccer Threads", "version": "1.0", "description": "List \/r\/soccer match threads", "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 Threads", "default_popup": "popup\/popup.html", "default_icon": "icons\/icon.png" }, "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "short_name": "Soccer Threads" } |