/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是由Ryan Roach開發的Chrome擴展程式,該擴展的主要功能是“Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.”。

擴展截圖

screenshot
screenshot
screenshot

下載/r/LeagueOfLegends Red Tracker擴展crx文件

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

擴展基本資訊

名稱 /r/LeagueOfLegends Red Tracker /r/LeagueOfLegends Red Tracker
ID nbpfkceoeabndcecpjldleagknhklfdh
官方網址 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"
            ]
        }
    ]
}