Riot Reddit

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

Vad är Riot Reddit?

Riot Reddit är en Chrome-tillägg utvecklad av dschu012, och dess huvudfunktion är "Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums".

Tilläggsskärmbilder

screenshot

Ladda ner Riot Reddit-förlängningens CRX-fil

Ladda ner Riot Reddit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Riot Reddit Riot Reddit
ID oceacflbnbcacbkoapijbcclnpgdjgdi
Officiell webbadress https://chrome.google.com/webstore/detail/riot-reddit/oceacflbnbcacbkoapijbcclnpgdjgdi
Beskrivning Navigate comments left by Rioter's on /r/leagueoflegends much like the system used on Riot's forums
Filstorlek 35.71 KB
Antal Installationer 330
Aktuell Version 1.3
Senast Uppdaterad 2016-02-05
Publiceringsdatum 2016-02-05
Betyg 4.60/5 Totalt 10 Betyg
Utvecklare dschu012
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://github.com/dschu012/RiotReddit
URL till Sekretesspolicy Sidan https://github.com/dschu012/slashdiablo-chrome-extension/blob/master/PRIVACY.md
Stödda Språk 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
}