RT Video Finder

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

What is RT Video Finder?

RT Video Finder is a Chrome extension developed by lurmurt, and its main feature is "Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.".

Extension Screenshots

screenshot

Download RT Video Finder Extension CRX File

Download RT Video Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RT Video Finder RT Video Finder
ID jbbdekbpldfflccgdedkocambafajilj
Official URL https://chromewebstore.google.com/detail/rt-video-finder/jbbdekbpldfflccgdedkocambafajilj
Description Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.
File Size 18.22 KB
Installation Count 26
Current Version 1.1
Last Updated 2021-05-05
Publish Date 2020-04-24
Developer lurmurt
Email [email protected]
Payment Type free
Help Page URL https://github.com/simulatory/RT-Video-Finder/issues
Supported Languages 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
}