Riot Reddit

Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums

什么是Riot Reddit?

Riot Reddit是由dschu012开发的Chrome扩展程序,该扩展的主要功能是“Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums”。

扩展截图

screenshot

下载Riot Reddit扩展crx文件

下载Riot Reddit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will allow users to easily see when a Rioter has commented on a Reddit post in /r/leagueoflegends. It provides user friendly buttons much like the League of Legends forums.                    

扩展基本信息

名称 Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
官方URL https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
简介 Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
文件大小 35.71 KB
安装次数 330
当前版本 1.3
更新时间 2016-02-05
上架时间 2016-02-05
评分 4.60/5 共10次评分
开发者 dschu012
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/dschu012/RiotReddit
隐私政策页面URL https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
支持的语言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Riot Reddit",
    "description": "Navigate comments left by Rioter's on \/r\/leagueoflegends much like the system used on Riot's forums",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "http:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "arrive.min.js",
                "riotReddit.comments.js"
            ]
        },
        {
            "matches": [
                "http:\/\/reddit.com\/r\/leagueoflegends\/*",
                "https:\/\/reddit.com\/r\/leagueoflegends\/*",
                "http:\/\/*.reddit.com\/r\/leagueoflegends\/*",
                "https:\/\/*.reddit.com\/r\/leagueoflegends\/*"
            ],
            "exclude_matches": [
                "http:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/reddit.com\/r\/leagueoflegends\/comments\/*",
                "http:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*",
                "https:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "arrive.min.js",
                "riotReddit.listings.js"
            ]
        }
    ],
    "version": "1.3",
    "manifest_version": 2
}