Enhanced RT
Enhances the Rooster Teeth website
Τι είναι το Enhanced RT;
Το Enhanced RT είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Patrick Maher, και η κύρια λειτουργία του είναι "Enhances the Rooster Teeth website".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Enhanced RT
Λήψη αρχείων επέκτασης Enhanced RT σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } |