Video Reviews on Amazon
Adds product video reviews to Amazon product pages
Vad är Video Reviews on Amazon?
Video Reviews on Amazon är en Chrome-tillägg utvecklad av Mark Carey, och dess huvudfunktion är "Adds product video reviews to Amazon product pages".
Tilläggsskärmbilder
Ladda ner Video Reviews on Amazon-förlängningens CRX-fil
Ladda ner Video Reviews on Amazon-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Video Reviews on Amazon |
ID | nadilcfmdnnalcjjdgkijpefgmenehid |
Officiell webbadress | https://chromewebstore.google.com/detail/video-reviews-on-amazon/nadilcfmdnnalcjjdgkijpefgmenehid |
Beskrivning | Adds product video reviews to Amazon product pages |
Filstorlek | 48.93 KB |
Antal Installationer | 131 |
Aktuell Version | 1.0.3 |
Senast Uppdaterad | 2015-11-27 |
Publiceringsdatum | 2015-11-27 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | Mark Carey |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |