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
官方URL 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"
}