Enhanced RT

Enhances the Rooster Teeth website

Enhanced RT란 무엇입니까?

Enhanced RT은(는) Patrick Maher에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhances the Rooster Teeth website"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Enhanced RT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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