RT Video Finder

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

¿Qué es RT Video Finder?

RT Video Finder es una extensión de Chrome desarrollada por lurmurt, y su función principal es "Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión RT Video Finder

Descarga archivos de extensión RT Video Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre RT Video Finder RT Video Finder
ID jbbdekbpldfflccgdedkocambafajilj
URL Oficial https://chromewebstore.google.com/detail/rt-video-finder/jbbdekbpldfflccgdedkocambafajilj
Descripción Generates a link on YouTube's video watch page to quickly search the video on the main Rooster Teeth site.
Tamaño del Archivo 18.22 KB
Cantidad de Instalaciones 26
Versión Actual 1.1
Última Actualización 2021-05-05
Fecha de Publicación 2020-04-24
Desarrollador lurmurt
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Ayuda https://github.com/simulatory/RT-Video-Finder/issues
Idiomas Soportados 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
}