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とは何ですか?

RT Video Finderはlurmurtによって開発されたChromeの拡張機能で、その主な機能は「Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.」です。

拡張機能のスクリーンショット

screenshot

RT Video Finder拡張機能のCRXファイルをダウンロード

RT Video Finder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 RT Video Finder RT Video Finder
ID jbbdekbpldfflccgdedkocambafajilj
公式URL https://chromewebstore.google.com/detail/rt-video-finder/jbbdekbpldfflccgdedkocambafajilj
説明 Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.
ファイルサイズ 18.22 KB
インストール数 26
現在のバージョン 1.1
最終更新日 2021-05-05
公開日 2020-04-24
開発者 lurmurt
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://github.com/simulatory/RT-Video-Finder/issues
対応言語 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
}