Enhanced RT

Enhances the Rooster Teeth website

Enhanced RT là gì?

Enhanced RT là một tiện ích mở rộng Chrome được phát triển bởi Patrick Maher, và tính năng chính của nó là "Enhances the Rooster Teeth website".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Enhanced RT

Tải xuống các tệp mở rộng Enhanced RT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Enhanced RT Enhanced RT
ID mconfgcbfjflbnocbigkeipjjofkggmk
URL Chính Thức https://chromewebstore.google.com/detail/enhanced-rt/mconfgcbfjflbnocbigkeipjjofkggmk
Mô tả Enhances the Rooster Teeth website
Kích Thước Tệp 26.01 KB
Số Lần Cài Đặt 637
Phiên Bản Hiện Tại 3.8.10
Cập Nhật Lần Cuối 2022-04-09
Ngày Phát Hành 2020-02-20
Đánh Giá 4.26/5 Tổng số 31 Đánh Giá
Nhà Phát Triển Patrick Maher
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/patrickmaher/Enhanced-RT
Ngôn Ngữ Được Hỗ Trợ 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"
}