/r/LeagueOfLegends Red Tracker

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

Qu'est-ce que /r/LeagueOfLegends Red Tracker ?

/r/LeagueOfLegends Red Tracker est une extension Chrome développée par Ryan Roach, et sa fonction principale est "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension /r/LeagueOfLegends Red Tracker

Téléchargez les fichiers d'extension /r/LeagueOfLegends Red Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        /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.                    

Informations de Base sur l'Extension

Nom /r/LeagueOfLegends Red Tracker /r/LeagueOfLegends Red Tracker
ID nbpfkceoeabndcecpjldleagknhklfdh
URL Officiel https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh
Description Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
Taille du Fichier 44.98 KB
Nombre d'Installations 359
Version Actuelle 1.0.5
Dernière Mise à Jour 2019-07-13
Date de Publication 2019-07-13
Évaluation 4.46/5 Total 13 Évaluations
Développeur Ryan Roach
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}