Enhanced RT
Enhances the Rooster Teeth website
Enhanced RT क्या है?
Enhanced RT Patrick Maher द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhances the Rooster Teeth website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enhanced RT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhanced RT creates a Recently Added page that allows you to view the most recent episodes from all channels on one convenient page. Episodes on this page can be filtered by channel so that you only see episodes from the channels you want to see. Enhanced RT converts timestamps found in episode comments into clickable links. When you click on one of these links Enhanced RT will automatically jump to that time in the video and start playing from there. Not affiliated with Rooster Teeth.
एक्सटेंशन की मूल जानकारी
नाम | Enhanced RT |
ID | mconfgcbfjflbnocbigkeipjjofkggmk |
आधिकारिक URL | https://chromewebstore.google.com/detail/enhanced-rt/mconfgcbfjflbnocbigkeipjjofkggmk |
विवरण | Enhances the Rooster Teeth website |
फ़ाइल का आकार | 26.01 KB |
स्थापना संख्या | 637 |
वर्तमान संस्करण | 3.8.10 |
अंतिम अपडेट | 2022-04-09 |
प्रकाशन तिथि | 2020-02-20 |
रेटिंग | 4.26/5 कुल 31 रेटिंग्स |
डेवलपर | Patrick Maher |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/patrickmaher/Enhanced-RT |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [ "*:\/\/store.roosterteeth.com\/*" ], "include_globs": [ "*" ], "js": [ "Enhanced RT.user.js" ], "matches": [ "https:\/\/roosterteeth.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "converted_from_user_script": true, "description": "Enhances the Rooster Teeth website", "name": "Enhanced RT", "author": "Patrick Maher", "version": "3.8.10" } |