Youtube reviews in Google Shopping

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

什么是Youtube reviews in Google Shopping?

Youtube reviews in Google Shopping是由gauravvijay开发的Chrome扩展程序,该扩展的主要功能是“Search for a product in Google Shopping, and see reviews from Youtube”。

扩展截图

screenshot

下载Youtube reviews in Google Shopping扩展crx文件

下载Youtube reviews in Google Shopping扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Youtube reviews in Google Shopping Youtube reviews in Google Shopping
ID djkodhngihibnhlldnnbhfnigbeohapm
官方URL https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm
简介 Search for a product in Google Shopping, and see reviews from Youtube
文件大小 11.41 KB
安装次数 11
当前版本 0.4
更新时间 2017-12-25
上架时间 2017-12-25
评分 5.00/5 共3次评分
开发者 gauravvijay
付费类型 free
支持的语言 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
}