Reddit Soccer Threads

List /r/soccer match threads

什麼是Reddit Soccer Threads?

Reddit Soccer Threads是由prnyjn開發的Chrome擴展程式,該擴展的主要功能是“List /r/soccer match threads”。

擴展截圖

screenshot

下載Reddit Soccer Threads擴展crx文件

下載Reddit Soccer Threads擴展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 recent matches so that they are just a click away.                    

擴展基本資訊

名稱 Reddit Soccer Threads Reddit Soccer Threads
ID gklbhaedbencbimiknkhnalncnnbblai
官方網址 https://chrome.google.com/webstore/detail/reddit-soccer-threads/gklbhaedbencbimiknkhnalncnnbblai
簡介 List /r/soccer match threads
檔案大小 89.99 KB
安裝次數 20
目前版本 1.0
更新時間 2019-03-04
上架時間 2019-03-04
開發者 prnyjn
付費類型 free
擴展官網 https://github.com/prnayjain/RedditSoccerThreads
支援的語言 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"
}