Video Reviews on Amazon
Adds product video reviews to Amazon product pages
什麼是Video Reviews on Amazon?
Video Reviews on Amazon是由Mark Carey開發的Chrome擴展程式,該擴展的主要功能是“Adds product video reviews to Amazon product pages”。
擴展截圖
下載Video Reviews on Amazon擴展crx文件
下載Video Reviews on Amazon擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Video Reviews on Amazon |
ID | nadilcfmdnnalcjjdgkijpefgmenehid |
官方網址 | https://chromewebstore.google.com/detail/video-reviews-on-amazon/nadilcfmdnnalcjjdgkijpefgmenehid |
簡介 | Adds product video reviews to Amazon product pages |
檔案大小 | 48.93 KB |
安裝次數 | 131 |
目前版本 | 1.0.3 |
更新時間 | 2015-11-27 |
上架時間 | 2015-11-27 |
評分 | 4.00/5 共 4 次評分 |
開發者 | Mark Carey |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" } |