RT Video Finder

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

O que é RT Video Finder?

RT Video Finder é uma extensão do Chrome desenvolvida por lurmurt, e sua principal característica é "Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RT Video Finder

Baixe arquivos de extensão RT Video Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RT Video Finder RT Video Finder
ID jbbdekbpldfflccgdedkocambafajilj
URL Oficial https://chromewebstore.google.com/detail/rt-video-finder/jbbdekbpldfflccgdedkocambafajilj
Descrição Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.
Tamanho do Arquivo 18.22 KB
Contagem de Instalações 26
Versão Atual 1.1
Última Atualização 2021-05-05
Data de Publicação 2020-04-24
Desenvolvedor lurmurt
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/simulatory/RT-Video-Finder/issues
Idiomas Suportados 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
}