Youtube reviews in Google Shopping

Search for a product in Google Shopping, and see reviews from Youtube

¿Qué es Youtube reviews in Google Shopping?

Youtube reviews in Google Shopping es una extensión de Chrome desarrollada por gauravvijay, y su función principal es "Search for a product in Google Shopping, and see reviews from Youtube".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Youtube reviews in Google Shopping

Descarga archivos de extensión Youtube reviews in Google Shopping 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

                        Stop searching for product reviews in Youtube.

Just search for the product in Google, and go to shopping tab.
Click the link (see screenshot) to load the product review video from Youtube.

DONE.                    

Información Básica de la Extensión

Nombre Youtube reviews in Google Shopping Youtube reviews in Google Shopping
ID djkodhngihibnhlldnnbhfnigbeohapm
URL Oficial https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm
Descripción Search for a product in Google Shopping, and see reviews from Youtube
Tamaño del Archivo 11.41 KB
Cantidad de Instalaciones 11
Versión Actual 0.4
Última Actualización 2017-12-25
Fecha de Publicación 2017-12-25
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador gauravvijay
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Smart Google Shopping",
    "name": "Youtube reviews in Google Shopping",
    "description": "Search for a product in Google Shopping, and see reviews from Youtube",
    "version": "0.4",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}