/r/LeagueOfLegends Red Tracker
Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
Wat is /r/LeagueOfLegends Red Tracker?
/r/LeagueOfLegends Red Tracker is een Chrome-extensie ontwikkeld door Ryan Roach, en de belangrijkste functie is "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.".
Extensie Screenshots
Download het CRX-bestand van de extensie /r/LeagueOfLegends Red Tracker
Download /r/LeagueOfLegends Red Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
/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.
Basisinformatie over de Extensie
Naam | |
ID | nbpfkceoeabndcecpjldleagknhklfdh |
Officiële URL | https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh |
Beschrijving | Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments. |
Bestandsgrootte | 44.98 KB |
Aantal Installaties | 359 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2019-07-13 |
Publicatiedatum | 2019-07-13 |
Beoordeling | 4.46/5 Totaal 13 Beoordelingen |
Ontwikkelaar | Ryan Roach |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |