Video Reviews on Amazon
Adds product video reviews to Amazon product pages
Cos'è Video Reviews on Amazon?
Video Reviews on Amazon è un'estensione di Chrome sviluppata da Mark Carey, e la sua funzione principale è "Adds product video reviews to Amazon product pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Video Reviews on Amazon
Scarica i file di estensione Video Reviews on Amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Video Reviews on Amazon |
ID | nadilcfmdnnalcjjdgkijpefgmenehid |
URL Ufficiale | https://chromewebstore.google.com/detail/video-reviews-on-amazon/nadilcfmdnnalcjjdgkijpefgmenehid |
Descrizione | Adds product video reviews to Amazon product pages |
Dimensione del File | 48.93 KB |
Conteggio Installazioni | 131 |
Versione Corrente | 1.0.3 |
Ultimo Aggiornamento | 2015-11-27 |
Data di Pubblicazione | 2015-11-27 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Mark Carey |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |