/r/LeagueOfLegends Red Tracker
Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
Co je /r/LeagueOfLegends Red Tracker?
/r/LeagueOfLegends Red Tracker je rozšíření Chrome vyvinuté Ryan Roach, a jeho hlavní funkcí je „Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření /r/LeagueOfLegends Red Tracker
Stáhněte si soubory rozšíření /r/LeagueOfLegends Red Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
/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.
Základní Informace o Rozšíření
Název | |
ID | nbpfkceoeabndcecpjldleagknhklfdh |
Oficiální URL | https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh |
Popis | Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments. |
Velikost souboru | 44.98 KB |
Počet instalací | 359 |
Aktuální Verze | 1.0.5 |
Poslední Aktualizace | 2019-07-13 |
Datum Vydání | 2019-07-13 |
Hodnocení | 4.46/5 Celkem 13 Hodnocení |
Vývojář | Ryan Roach |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |