Riot Reddit

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

Cos'è Riot Reddit?

Riot Reddit è un'estensione di Chrome sviluppata da dschu012, e la sua funzione principale è "Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Riot Reddit

Scarica i file di estensione Riot Reddit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
URL Ufficiale https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
Descrizione Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Dimensione del File 35.71 KB
Conteggio Installazioni 330
Versione Corrente 1.3
Ultimo Aggiornamento 2016-02-05
Data di Pubblicazione 2016-02-05
Valutazione 4.60/5 Totale 10 Valutazioni
Sviluppatore dschu012
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://github.com/dschu012/RiotReddit
URL della Pagina della Politica sulla Privacy https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
Lingue Supportate 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
}