/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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में /r/LeagueOfLegends Red Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        /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"
            ]
        }
    ]
}