/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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ /r/LeagueOfLegends Red Tracker /r/LeagueOfLegends Red Tracker
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"
            ]
        }
    ]
}