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
官方網址 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
}