Riot Reddit

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

Hvad er Riot Reddit?

Riot Reddit er en Chrome-udvidelse udviklet af dschu012, og dens hovedfunktion er "Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums".

Udvidelsesskærmbilleder

screenshot

Download Riot Reddit-udvidelses-CRX-fil

Download Riot Reddit-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
Officiel URL https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
Beskrivelse Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Filstørrelse 35.71 KB
Antal Installationer 330
Nuværende Version 1.3
Senest Opdateret 2016-02-05
Udgivelsesdato 2016-02-05
Bedømmelse 4.60/5 Samlet 10 Bedømmelser
Udvikler dschu012
E-mail [email protected]
Betalingsmetode free
Hjælpeside-URL https://github.com/dschu012/RiotReddit
URL til Fortrolighedspolitik Side https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
Understøttede Sprog 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
}