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"
}