Riot Reddit

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

O que é Riot Reddit?

Riot Reddit é uma extensão do Chrome desenvolvida por dschu012, e sua principal característica é "Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Riot Reddit

Baixe arquivos de extensão Riot Reddit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
URL Oficial https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
Descrição Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Tamanho do Arquivo 35.71 KB
Contagem de Instalações 330
Versão Atual 1.3
Última Atualização 2016-02-05
Data de Publicação 2016-02-05
Classificação 4.60/5 Total de 10 Avaliações
Desenvolvedor dschu012
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/dschu012/RiotReddit
URL da Página de Política de Privacidade https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
Idiomas Suportados 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
}