RT Video Finder

Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.

RT Video Finder là gì?

RT Video Finder là một tiện ích mở rộng Chrome được phát triển bởi lurmurt, và tính năng chính của nó là "Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.".

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

screenshot

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

Tải xuống các tệp mở rộng RT Video Finder 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

                        This extension is active on all YouTube pages, but only does something when on a YouTube video watch page for a Rooster Teeth associated channel. For such a watch page, the extension generates a link and adds it just below the video, above the channel name and video description. The link goes to the Rooster Teeth website's search page with the title of the YouTube video already entered.

Due to some variation in video titles and how Rooster Teeth's search function works, you may have to modify the search query slightly to get to the desired video. For example, searching the YouTube video "RT Podcast: Ep. 376 - The Sibling Situation" on the Rooster teeth site won't return any results, as "RT Podcast" isn't part of the title on the Rooster Teeth site, but simply cutting it down to "The Sibling Situation" will return the appropriate video.                    

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

Tên RT Video Finder RT Video Finder
ID jbbdekbpldfflccgdedkocambafajilj
URL Chính Thức https://chromewebstore.google.com/detail/rt-video-finder/jbbdekbpldfflccgdedkocambafajilj
Mô tả Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.
Kích Thước Tệp 18.22 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2021-05-05
Ngày Phát Hành 2020-04-24
Nhà Phát Triển lurmurt
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/simulatory/RT-Video-Finder/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RT Video Finder",
    "version": "1.1",
    "description": "Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "background.js"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}