DEALS.AMZ.SPACE

Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.

什么是DEALS.AMZ.SPACE?

DEALS.AMZ.SPACE是由AMZ.SPACE开发的Chrome扩展程序,该扩展的主要功能是“Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.”。

扩展截图

screenshot

下载DEALS.AMZ.SPACE扩展crx文件

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

扩展使用说明

                        Select a Deal
Shop hundreds of discounted products on Amazon.
Receive incredible discounts and FREE products in exchange for a quality reviews                    

扩展基本信息

名称 DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
官方URL https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
简介 Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
文件大小 205 KB
安装次数 59
当前版本 1.0
更新时间 2016-08-28
上架时间 2016-08-28
评分 5.00/5 共2次评分
开发者 AMZ.SPACE
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://amz.space/register
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DEALS.AMZ.SPACE",
    "version": "1.0",
    "description": "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "DEALS.AMZ.SPACE",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "manifest_version": 2
}