/r/LeagueOfLegends Red Tracker
Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
Что такое /r/LeagueOfLegends Red Tracker?
/r/LeagueOfLegends Red Tracker - это расширение Chrome, разработанное Ryan Roach, и его основная функция - "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.".
Снимки экрана расширения
Скачать файл CRX расширения /r/LeagueOfLegends Red Tracker
Скачайте файлы расширений /r/LeagueOfLegends Red Tracker в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
/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.
Основная информация о расширении
Название | |
ID | nbpfkceoeabndcecpjldleagknhklfdh |
Официальный URL | https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh |
Описание | Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments. |
Размер файла | 44.98 KB |
Количество установок | 359 |
Текущая Версия | 1.0.5 |
Последнее Обновление | 2019-07-13 |
Дата публикации | 2019-07-13 |
Рейтинг | 4.46/5 Всего 13 оценок |
Разработчик | Ryan Roach |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } ] } |