Riot Reddit

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

Co to jest Riot Reddit?

Riot Reddit to rozszerzenie Chrome opracowane przez dschu012, a jego główną funkcją jest „Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Riot Reddit

Pobierz pliki rozszerzeń Riot Reddit w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
Oficjalny URL https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
Opis Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Rozmiar pliku 35.71 KB
Liczba instalacji 330
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2016-02-05
Data Publikacji 2016-02-05
Ocena 4.60/5 Łącznie 10 Oceny
Deweloper dschu012
E-mail [email protected]
Typ Płatności free
Adres URL Strony Pomocy https://github.com/dschu012/RiotReddit
Adres URL Strony Polityki Prywatności https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
Obsługiwane Języki 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
}