Reddit Soccer Streams
Access soccer match threads from reddit
什麼是Reddit Soccer Streams?
Reddit Soccer Streams是由prnyjn開發的Chrome擴展程式,該擴展的主要功能是“Access soccer match threads from reddit”。
擴展截圖
下載Reddit Soccer Streams擴展crx文件
下載Reddit Soccer Streams擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } |