Enhanced RT

Enhances the Rooster Teeth website

什麼是Enhanced RT?

Enhanced RT是由Patrick Maher開發的Chrome擴展程式,該擴展的主要功能是“Enhances the Rooster Teeth website”。

擴展截圖

screenshot
screenshot

下載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 Enhanced RT
ID mconfgcbfjflbnocbigkeipjjofkggmk
官方網址 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"
}