Amazon Youtube Reviews

Find Youtube reviews related to your amazon product.

What is Amazon Youtube Reviews?

Amazon Youtube Reviews is a Chrome extension developed by samkimwrites, and its main feature is "Find Youtube reviews related to your amazon product.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Amazon Youtube Reviews Extension CRX File

Download Amazon Youtube Reviews 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

                        Do you search youtube reviews before buying from amazon?
"Amazon Youtube Reviews" extension will search video reviews from youtube with a single click while you're browsing on amazon product. Handy tool if you want to save some time.                    

Extension Basic Information

Name Amazon Youtube Reviews Amazon Youtube Reviews
ID lbopkaplddnmcihnkmmdffdkmmcholnp
Official URL https://chrome.google.com/webstore/detail/amazon-youtube-reviews/lbopkaplddnmcihnkmmdffdkmmcholnp
Description Find Youtube reviews related to your amazon product.
File Size 16.43 KB
Installation Count 110
Current Version 0.2
Last Updated 2019-06-11
Publish Date 2019-06-11
Rating 4.00/5 Total 4 Ratings
Developer samkimwrites
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon Youtube Reviews",
    "version": "0.2",
    "description": "Find Youtube reviews related to your amazon product.",
    "permissions": [
        "tabs",
        "activeTab",
        "declarativeContent",
        "http:\/\/kpopfan.org\/*",
        "http:\/\/*.amazon.com\/*",
        "https:\/\/*.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/amazon-youtube-16.png",
            "32": "images\/amazon-youtube-32.png",
            "48": "images\/amazon-youtube-48.png",
            "128": "images\/amazon-youtube-128.png"
        }
    },
    "icons": {
        "16": "images\/amazon-youtube-16.png",
        "32": "images\/amazon-youtube-32.png",
        "48": "images\/amazon-youtube-48.png",
        "128": "images\/amazon-youtube-128.png"
    },
    "manifest_version": 2
}