Enhanced RT
Enhances the Rooster Teeth website
Enhanced RTとは何ですか?
Enhanced RTはPatrick Maherによって開発されたChromeの拡張機能で、その主な機能は「Enhances the Rooster Teeth website」です。
拡張機能のスクリーンショット
Enhanced RT拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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" } |