/r/LeagueOfLegends Red Tracker

Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.

Cos'è /r/LeagueOfLegends Red Tracker?

/r/LeagueOfLegends Red Tracker è un'estensione di Chrome sviluppata da Ryan Roach, e la sua funzione principale è "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione /r/LeagueOfLegends Red Tracker

Scarica i file di estensione /r/LeagueOfLegends Red Tracker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        /r/LeagueOfLegends Red Tracker makes browsing the League of Legends subreddit even better. With this extension you can easily find posts that have been commented on by Riot employees as well as quickly navigate to Rioter comments.

*Version 1.0.5 - 7/13/2019* - Fixes to account for Reddit API changes.

*Version 1.0.4 - 10/1/2015* - Make sure nav box doesn't get covered up when reddit CSS changes.

*Version 1.0.3 - 2/24/2015* - Extension is now HTTPS compatible.

*Version 1.0.2 - 10/11/2014* - Added icons to manifest. Fixed bug where posts would not turn red on the all-time pages when scrolling with RES.                    

Informazioni di Base sull'Estensione

Nome /r/LeagueOfLegends Red Tracker /r/LeagueOfLegends Red Tracker
ID nbpfkceoeabndcecpjldleagknhklfdh
URL Ufficiale https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh
Descrizione Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
Dimensione del File 44.98 KB
Conteggio Installazioni 359
Versione Corrente 1.0.5
Ultimo Aggiornamento 2019-07-13
Data di Pubblicazione 2019-07-13
Valutazione 4.46/5 Totale 13 Valutazioni
Sviluppatore Ryan Roach
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\/r\/LeagueOfLegends Red Tracker",
    "description": "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0.5",
    "permissions": [
        "tabs",
        "*:\/\/*.reddit.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/r\/leagueoflegends*"
            ],
            "css": [
                "red.css"
            ],
            "js": [
                "jquery.js",
                "redForRiot.js"
            ]
        }
    ]
}