/r/LeagueOfLegends Red Tracker
Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
/r/LeagueOfLegends Red Tracker là gì?
/r/LeagueOfLegends Red Tracker là một tiện ích mở rộng Chrome được phát triển bởi Ryan Roach, và tính năng chính của nó là "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng /r/LeagueOfLegends Red Tracker
Tải xuống các tệp mở rộng /r/LeagueOfLegends Red Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
/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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nbpfkceoeabndcecpjldleagknhklfdh |
URL Chính Thức | https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh |
Mô tả | Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments. |
Kích Thước Tệp | 44.98 KB |
Số Lần Cài Đặt | 359 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2019-07-13 |
Ngày Phát Hành | 2019-07-13 |
Đánh Giá | 4.46/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | Ryan Roach |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |