Video Reviews on Amazon
Adds product video reviews to Amazon product pages
Qu'est-ce que Video Reviews on Amazon ?
Video Reviews on Amazon est une extension Chrome développée par Mark Carey, et sa fonction principale est "Adds product video reviews to Amazon product pages".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Reviews on Amazon
Téléchargez les fichiers d'extension Video Reviews on Amazon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension automatically embeds video product reviews on all Amazon.com product pages, so you can watch product reviews and demos from real people without leaving the page. Video reviews are a great way to help decide you should buy the product.
Informations de Base sur l'Extension
Nom | Video Reviews on Amazon |
ID | nadilcfmdnnalcjjdgkijpefgmenehid |
URL Officiel | https://chromewebstore.google.com/detail/video-reviews-on-amazon/nadilcfmdnnalcjjdgkijpefgmenehid |
Description | Adds product video reviews to Amazon product pages |
Taille du Fichier | 48.93 KB |
Nombre d'Installations | 131 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2015-11-27 |
Date de Publication | 2015-11-27 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | Mark Carey |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery.js", "script.js" ], "run_at": "document_end", "matches": [ "*:\/\/www.amazon.com\/*" ] } ], "description": "Adds product video reviews to Amazon product pages", "name": "Video Reviews on Amazon", "permissions": [ "http:\/\/products.contentblvd.com\/", "https:\/\/products.contentblvd.com\/", "https:\/\/www.amazon.com\/", "https:\/\/apis.google.com\/", "https:\/\/www.googleapis.com\/" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com; object-src 'self'", "version": "1.0.3" } |