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