/r/LeagueOfLegends Red Tracker

Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.

Vad är /r/LeagueOfLegends Red Tracker?

/r/LeagueOfLegends Red Tracker är en Chrome-tillägg utvecklad av Ryan Roach, och dess huvudfunktion är "Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner /r/LeagueOfLegends Red Tracker-förlängningens CRX-fil

Ladda ner /r/LeagueOfLegends Red Tracker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn /r/LeagueOfLegends Red Tracker /r/LeagueOfLegends Red Tracker
ID nbpfkceoeabndcecpjldleagknhklfdh
Officiell webbadress https://chrome.google.com/webstore/detail/rleagueoflegends-red-trac/nbpfkceoeabndcecpjldleagknhklfdh
Beskrivning Posts with comments from Rioters are turned red. Allows navigation directly to Rioter comments.
Filstorlek 44.98 KB
Antal Installationer 359
Aktuell Version 1.0.5
Senast Uppdaterad 2019-07-13
Publiceringsdatum 2019-07-13
Betyg 4.46/5 Totalt 13 Betyg
Utvecklare Ryan Roach
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}