Searchyy - Find on YouTube by Right-Click

Search highlighted/selected text on YouTube with right click!

¿Qué es Searchyy - Find on YouTube by Right-Click?

Searchyy - Find on YouTube by Right-Click es una extensión de Chrome desarrollada por Vladyslav Bova, y su función principal es "Search highlighted/selected text on YouTube with right click!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Searchyy - Find on YouTube by Right-Click

Descarga archivos de extensión Searchyy - Find on YouTube by Right-Click 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

                        I developed this extension for myself and I hope you will love it too.

It's pretty simple. Right click on selected text will redirect you on YouTube with the results.

It just saves a time.                    

Información Básica de la Extensión

Nombre Searchyy - Find on YouTube by Right-Click Searchyy - Find on YouTube by Right-Click
ID alhnhopmdlijlcdfbmlaflpfbcgfdekh
URL Oficial https://chrome.google.com/webstore/detail/searchyy-find-on-youtube/alhnhopmdlijlcdfbmlaflpfbcgfdekh
Descripción Search highlighted/selected text on YouTube with right click!
Tamaño del Archivo 9.2 KB
Cantidad de Instalaciones 64
Versión Actual 1.0
Última Actualización 2022-02-01
Fecha de Publicación 2022-02-01
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador Vladyslav Bova
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.termsfeed.com/live/95cf2d84-de8d-42e0-ba80-1ab7d730e04e
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Searchyy - Find on YouTube by Right-Click",
    "description": "Search highlighted\/selected text on YouTube with right click!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/16.png",
            "32": "\/images\/32.png",
            "48": "\/images\/48.png",
            "128": "\/images\/128.png"
        }
    },
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}