Riot Reddit

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

Co je Riot Reddit?

Riot Reddit je rozšíření Chrome vyvinuté dschu012, a jeho hlavní funkcí je „Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Riot Reddit

Stáhněte si soubory rozšíření Riot Reddit ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
Oficiální URL https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
Popis Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Velikost souboru 35.71 KB
Počet instalací 330
Aktuální Verze 1.3
Poslední Aktualizace 2016-02-05
Datum Vydání 2016-02-05
Hodnocení 4.60/5 Celkem 10 Hodnocení
Vývojář dschu012
E-mail [email protected]
Typ Platby free
URL Stránky Nápovědy https://github.com/dschu012/RiotReddit
URL Stránky Zásad Ochrany Soukromí https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
Podporované Jazyky 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
}