Amazon Youtube Reviews
Find Youtube reviews related to your amazon product.
Cos'è Amazon Youtube Reviews?
Amazon Youtube Reviews è un'estensione di Chrome sviluppata da samkimwrites, e la sua funzione principale è "Find Youtube reviews related to your amazon product.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon Youtube Reviews
Scarica i file di estensione Amazon Youtube Reviews 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
Do you search youtube reviews before buying from amazon? "Amazon Youtube Reviews" extension will search video reviews from youtube with a single click while you're browsing on amazon product. Handy tool if you want to save some time.
Informazioni di Base sull'Estensione
Nome | Amazon Youtube Reviews |
ID | lbopkaplddnmcihnkmmdffdkmmcholnp |
URL Ufficiale | https://chrome.google.com/webstore/detail/amazon-youtube-reviews/lbopkaplddnmcihnkmmdffdkmmcholnp |
Descrizione | Find Youtube reviews related to your amazon product. |
Dimensione del File | 16.43 KB |
Conteggio Installazioni | 110 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-06-11 |
Data di Pubblicazione | 2019-06-11 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | samkimwrites |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Youtube Reviews", "version": "0.2", "description": "Find Youtube reviews related to your amazon product.", "permissions": [ "tabs", "activeTab", "declarativeContent", "http:\/\/kpopfan.org\/*", "http:\/\/*.amazon.com\/*", "https:\/\/*.amazon.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/amazon-youtube-16.png", "32": "images\/amazon-youtube-32.png", "48": "images\/amazon-youtube-48.png", "128": "images\/amazon-youtube-128.png" } }, "icons": { "16": "images\/amazon-youtube-16.png", "32": "images\/amazon-youtube-32.png", "48": "images\/amazon-youtube-48.png", "128": "images\/amazon-youtube-128.png" }, "manifest_version": 2 } |