Enhanced RT
Enhances the Rooster Teeth website
¿Qué es Enhanced RT?
Enhanced RT es una extensión de Chrome desarrollada por Patrick Maher, y su función principal es "Enhances the Rooster Teeth website".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Enhanced RT
Descarga archivos de extensión Enhanced RT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Enhanced RT |
ID | mconfgcbfjflbnocbigkeipjjofkggmk |
URL Oficial | https://chromewebstore.google.com/detail/enhanced-rt/mconfgcbfjflbnocbigkeipjjofkggmk |
Descripción | Enhances the Rooster Teeth website |
Tamaño del Archivo | 26.01 KB |
Cantidad de Instalaciones | 637 |
Versión Actual | 3.8.10 |
Última Actualización | 2022-04-09 |
Fecha de Publicación | 2020-02-20 |
Calificación | 4.26/5 Total de 31 Calificaciones |
Desarrollador | Patrick Maher |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/patrickmaher/Enhanced-RT |
Idiomas Soportados | 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" } |