Youtube reviews in Google Shopping

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

What is Youtube reviews in Google Shopping?

Youtube reviews in Google Shopping is a Chrome extension developed by gauravvijay, and its main feature is "Search for a product in Google Shopping, and see reviews from Youtube".

Extension Screenshots

screenshot

Download Youtube reviews in Google Shopping Extension CRX File

Download Youtube reviews in Google Shopping extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Youtube reviews in Google Shopping Youtube reviews in Google Shopping
ID djkodhngihibnhlldnnbhfnigbeohapm
Official URL https://chromewebstore.google.com/detail/youtube-reviews-in-google/djkodhngihibnhlldnnbhfnigbeohapm
Description Search for a product in Google Shopping, and see reviews from Youtube
File Size 11.41 KB
Installation Count 11
Current Version 0.4
Last Updated 2017-12-25
Publish Date 2017-12-25
Rating 5.00/5 Total 3 Ratings
Developer gauravvijay
Payment Type free
Supported Languages 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
}