Riot Reddit

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

Wat is Riot Reddit?

Riot Reddit is een Chrome-extensie ontwikkeld door dschu012, en de belangrijkste functie is "Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Riot Reddit

Download Riot Reddit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
Officiële URL https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
Beschrijving Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Bestandsgrootte 35.71 KB
Aantal Installaties 330
Huidige Versie 1.3
Laatst Bijgewerkt 2016-02-05
Publicatiedatum 2016-02-05
Beoordeling 4.60/5 Totaal 10 Beoordelingen
Ontwikkelaar dschu012
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/dschu012/RiotReddit
URL van de Privacybeleid Pagina https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
Ondersteunde Talen 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
}