Enhanced RT
Enhances the Rooster Teeth website
Co je Enhanced RT?
Enhanced RT je rozšíření Chrome vyvinuté Patrick Maher, a jeho hlavní funkcí je „Enhances the Rooster Teeth website“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Enhanced RT
Stáhněte si soubory rozšíření Enhanced RT ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Enhanced RT |
ID | mconfgcbfjflbnocbigkeipjjofkggmk |
Oficiální URL | https://chromewebstore.google.com/detail/enhanced-rt/mconfgcbfjflbnocbigkeipjjofkggmk |
Popis | Enhances the Rooster Teeth website |
Velikost souboru | 26.01 KB |
Počet instalací | 637 |
Aktuální Verze | 3.8.10 |
Poslední Aktualizace | 2022-04-09 |
Datum Vydání | 2020-02-20 |
Hodnocení | 4.26/5 Celkem 31 Hodnocení |
Vývojář | Patrick Maher |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/patrickmaher/Enhanced-RT |
Podporované Jazyky | 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" } |