Amazon Torch

Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.

什么是Amazon Torch?

Amazon Torch是由shickel开发的Chrome扩展程序,该扩展的主要功能是“Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.”。

扩展截图

screenshot
screenshot
screenshot

下载Amazon Torch扩展crx文件

下载Amazon Torch扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Amazon Torch embeds dynamic content from around the web directly into your current Amazon.com browser window. Competitive pricing, YouTube videos, additional images, product reviews, and seller reviews are all seamlessly integrated into the native Amazon interface. Information is automatically updated by navigating to a new Amazon product - each new page is populated with external content specific to that particular product that can be used to help make an informed buying decision.

This extension is inactive until visiting an Amazon product page.                    

扩展基本信息

名称 Amazon Torch Amazon Torch
ID pcaoednmaffjchonkpccnghlmcohhmnj
官方URL https://chromewebstore.google.com/detail/amazon-torch/pcaoednmaffjchonkpccnghlmcohhmnj
简介 Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.
文件大小 552 KB
安装次数 12
当前版本 1.1
更新时间 2013-08-14
上架时间 2013-08-13
开发者 shickel
付费类型 free
支持的语言 en-US
manifest.json
{
    "web_accessible_resources": [
        "\/fancyBox\/source\/fancybox_overlay.png",
        "\/fancyBox\/source\/fancybox_sprite.png",
        "\/fancyBox\/source\/fancybox_loading.gif"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enhance Amazon product pages with auto-updating competitive pricing, YouTube videos, additional images, and third-party reviews.",
    "background": {
        "scripts": [
            "jquery-1.9.1.js",
            "\/AWS Query Signer\/AWSQuerySigner.js",
            "\/AWS Query Signer\/ecmanaut.base64.js",
            "\/AWS Query Signer\/jssha256.js",
            "background.js",
            "productName.js",
            "prices.js",
            "youtube.js"
        ],
        "persistent": true
    },
    "name": "Amazon Torch",
    "permissions": [
        "tabs",
        "https:\/\/www.googleapis.com\/*",
        "http:\/\/webservices.amazon.com\/*",
        "https:\/\/webservices.amazon.com\/*",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.com\/*",
        "https:\/\/gdata.youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "http:\/\/www.bing.com\/*"
    ],
    "icons": {
        "128": "128torch.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.amazon.com\/*",
                "https:\/\/www.amazon.com\/*",
                "http:\/\/www.cnn.com\/*"
            ],
            "js": [
                "jquery-1.9.1.js",
                "\/fancyBox\/source\/jquery.fancybox.js",
                "fancySETUP.js"
            ],
            "css": [
                "\/fancyBox\/source\/jquery.fancybox.css"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.1"
}