Enhanced RT
Enhances the Rooster Teeth website
Cos'è Enhanced RT?
Enhanced RT è un'estensione di Chrome sviluppata da Patrick Maher, e la sua funzione principale è "Enhances the Rooster Teeth website".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Enhanced RT
Scarica i file di estensione Enhanced RT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Enhanced RT |
ID | mconfgcbfjflbnocbigkeipjjofkggmk |
URL Ufficiale | https://chromewebstore.google.com/detail/enhanced-rt/mconfgcbfjflbnocbigkeipjjofkggmk |
Descrizione | Enhances the Rooster Teeth website |
Dimensione del File | 26.01 KB |
Conteggio Installazioni | 637 |
Versione Corrente | 3.8.10 |
Ultimo Aggiornamento | 2022-04-09 |
Data di Pubblicazione | 2020-02-20 |
Valutazione | 4.26/5 Totale 31 Valutazioni |
Sviluppatore | Patrick Maher |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/patrickmaher/Enhanced-RT |
Lingue Supportate | 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" } |