RedTracker for Reddit (by /u/corylulu)
Navigate comments left by Rioter's on /r/leagueoflegends and /r/teamfighttactics much like the system used on Riot's forums
RedTracker for Reddit (by /u/corylulu) क्या है?
RedTracker for Reddit (by /u/corylulu) corylulu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Navigate comments left by Rioter's on /r/leagueoflegends and /r/teamfighttactics much like the system used on Riot's forums"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RedTracker for Reddit (by /u/corylulu) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will allow users to easily see when a Rioter has commented on a Reddit post in /r/leagueoflegends and /r/teamfighttactics. It provides user friendly buttons much like the League of Legends / Teamfight Tactics forums. WHAT'S NEW? Version 2.7: - Initial configuration for adding /r/teamfighttactics subreddit. Still only partially implemented on Reddit Redesign. Version 2.6: - Should partially work with Reddit Redesign. Fixes for flair changes. Version 2.5: - Fixes to conform to the subreddit flair changes. Version 2.4: - Option to restore old Riot flair icon - Removed option to unhide spoiler thumbs (no longer possible) Version 2.3: - Performance fixes / improvements. Version 2.2: - Results are cached to avoid excess and redundant reddit api requests. - Added options popup and an icon - Added control cache duration to options popup - Added comment threshold to release cache to options popup (number of new comments required to force a cache refresh) - Added on front page a tooltip when hovering over the "X Rioter Comments" that lists all the Rioters that participated in comments. - Works with multi-reddits - Added a couple of optional features for unrelated thing. (Show thumbnails of posts flagged as spoilers and showing post ranking)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ocacmmmipdlfimiaoggchpdpaniajlfa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/redtracker-for-reddit-by/ocacmmmipdlfimiaoggchpdpaniajlfa |
विवरण | Navigate comments left by Rioter's on /r/leagueoflegends and /r/teamfighttactics much like the system used on Riot's forums |
फ़ाइल का आकार | 57.89 KB |
स्थापना संख्या | 110 |
वर्तमान संस्करण | 2.8 |
अंतिम अपडेट | 2019-06-26 |
प्रकाशन तिथि | 2019-06-26 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | corylulu |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.reddit.com/r/leagueoflegends |
सहायता पृष्ठ URL | https://www.reddit.com/u/corylulu |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery-2.2.0.min.js", "arrive.min.js", "riotReddit.comments.js" ], "matches": [ "http:\/\/reddit.com\/r\/leagueoflegends\/comments\/*", "https:\/\/reddit.com\/r\/leagueoflegends\/comments\/*", "http:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*", "https:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*", "http:\/\/reddit.com\/r\/TeamfightTactics\/comments\/*", "https:\/\/reddit.com\/r\/TeamfightTactics\/comments\/*", "http:\/\/*.reddit.com\/r\/TeamfightTactics\/comments\/*", "https:\/\/*.reddit.com\/r\/TeamfightTactics\/comments\/*" ], "run_at": "document_start" }, { "exclude_matches": [ "http:\/\/reddit.com\/r\/leagueoflegends\/comments\/*", "https:\/\/reddit.com\/r\/leagueoflegends\/comments\/*", "http:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*", "https:\/\/*.reddit.com\/r\/leagueoflegends\/comments\/*", "http:\/\/reddit.com\/r\/TeamfightTactics\/comments\/*", "https:\/\/reddit.com\/r\/TeamfightTactics\/comments\/*", "http:\/\/*.reddit.com\/r\/TeamfightTactics\/comments\/*", "https:\/\/*.reddit.com\/r\/TeamfightTactics\/comments\/*" ], "js": [ "jquery-2.2.0.min.js", "arrive.min.js", "riotReddit.listings.js" ], "matches": [ "http:\/\/reddit.com\/r\/leagueoflegends\/*", "https:\/\/reddit.com\/r\/leagueoflegends\/*", "http:\/\/*.reddit.com\/r\/leagueoflegends\/*", "https:\/\/*.reddit.com\/r\/leagueoflegends\/*", "http:\/\/reddit.com\/r\/TeamfightTactics\/*", "https:\/\/reddit.com\/r\/TeamfightTactics\/*", "http:\/\/*.reddit.com\/r\/TeamfightTactics\/*", "https:\/\/*.reddit.com\/r\/TeamfightTactics\/*" ], "run_at": "document_start" }, { "js": [ "jquery-2.2.0.min.js", "arrive.min.js", "riotMultiReddit.listings.js" ], "matches": [ "http:\/\/*.reddit.com\/*\/m\/*", "https:\/\/*.reddit.com\/*\/m\/*", "http:\/\/reddit.com\/*\/m\/*", "https:\/\/reddit.com\/*\/m\/*" ] } ], "browser_action": { "default_icon": "icon.png", "default_title": "RedTracker for Reddit", "default_popup": "options.html" }, "icons": { "16": "icon.png", "48": "icon128.png", "128": "icon128.png" }, "options_page": "options.html", "description": "Navigate comments left by Rioter's on \/r\/leagueoflegends and \/r\/teamfighttactics much like the system used on Riot's forums", "manifest_version": 2, "name": "RedTracker for Reddit (by \/u\/corylulu)", "permissions": [ "activeTab", "storage" ], "version": "2.8" } |