Amazon Video Reviews
Watch video reviews for amazon products with one click.
What is Amazon Video Reviews?
Amazon Video Reviews is a Chrome extension developed by Kiby Technologies, LLC, and its main feature is "Watch video reviews for amazon products with one click.".
Extension Screenshots
Download Amazon Video Reviews Extension CRX File
Download Amazon Video 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
With the Amazon Video Reviews extension, you can quickly watch amazing YouTube reviews for the product you are viewing on amazon. This will allow you to not only discover new products, but feel better about your purchases you make.
Extension Basic Information
Name | Amazon Video Reviews |
ID | ihciiallgngpgkhndenicoodfmlcjjdd |
Official URL | https://chromewebstore.google.com/detail/amazon-video-reviews/ihciiallgngpgkhndenicoodfmlcjjdd |
Description | Watch video reviews for amazon products with one click. |
File Size | 31.41 KB |
Installation Count | 85 |
Current Version | 1.0.0 |
Last Updated | 2020-11-28 |
Publish Date | 2020-11-28 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kiby Technologies, LLC |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1PDy6JdqpnYK-cnHwk7QW99iQprOyKyn4QyItnD0nR1s/view |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Video Reviews", "version": "1.0.0", "description": "Watch video reviews for amazon products with one click.", "permissions": [ "tabs", "browserAction" ], "background": { "scripts": [ "scripts\/lib\/hot-reload.js", "scripts\/background.js" ], "persistent": true }, "web_accessible_resources": [ "images\/*", "stylesheets\/project-sky-stylesheet.css" ], "browser_action": [], "icons": { "16": "images\/logo\/review-16.png", "32": "images\/logo\/review-32.png", "48": "images\/logo\/review-48.png", "128": "images\/logo\/review-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/www.googleapis.com https:\/\/ssl.google-analytics.com; object-src 'self';", "manifest_version": 2 } |