Reddit Soccer Threads
List /r/soccer match threads
What is Reddit Soccer Threads?
Reddit Soccer Threads is a Chrome extension developed by prnyjn, and its main feature is "List /r/soccer match threads".
Extension Screenshots
Download Reddit Soccer Threads Extension CRX File
Download Reddit Soccer Threads extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | ![]() |
ID | gklbhaedbencbimiknkhnalncnnbblai |
Official URL | https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai |
Description | List /r/soccer match threads |
File Size | 89.99 KB |
Installation Count | 20 |
Current Version | 1.0 |
Last Updated | 2019-03-04 |
Publish Date | 2019-03-04 |
Developer | prnyjn |
Payment Type | free |
Extension Website | https://github.com/prnayjain/RedditSoccerThreads |
Supported Languages | 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" } |