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」です。

拡張機能のスクリーンショット

screenshot

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 Video Reviews on Amazon
ID nadilcfmdnnalcjjdgkijpefgmenehid
公式URL 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
Eメール [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"
}