Video Reviews on Amazon
Adds product video reviews to Amazon product pages
Was ist Video Reviews on Amazon?
Video Reviews on Amazon ist eine Chrome-Erweiterung, die von Mark Carey entwickelt wurde, und ihr Hauptmerkmal ist "Adds product video reviews to Amazon product pages".
Erweiterungsscreenshots
Video Reviews on Amazon-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Reviews on Amazon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Video Reviews on Amazon |
ID | nadilcfmdnnalcjjdgkijpefgmenehid |
Offizielle URL | https://chromewebstore.google.com/detail/video-reviews-on-amazon/nadilcfmdnnalcjjdgkijpefgmenehid |
Beschreibung | Adds product video reviews to Amazon product pages |
Dateigröße | 48.93 KB |
Installationsanzahl | 131 |
Aktuelle Version | 1.0.3 |
Letztes Update | 2015-11-27 |
Veröffentlichungsdatum | 2015-11-27 |
Bewertung | 4.00/5 Insgesamt 4 Bewertungen |
Entwickler | Mark Carey |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |