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" } |