DEALS.AMZ.SPACE

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

What is DEALS.AMZ.SPACE?

DEALS.AMZ.SPACE is a Chrome extension developed by AMZ.SPACE, and its main feature is "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.".

Extension Screenshots

screenshot

Download DEALS.AMZ.SPACE Extension CRX File

Download DEALS.AMZ.SPACE extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
Official URL https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
Description Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
File Size 205 KB
Installation Count 59
Current Version 1.0
Last Updated 2016-08-28
Publish Date 2016-08-28
Rating 5.00/5 Total 2 Ratings
Developer AMZ.SPACE
Email [email protected]
Payment Type free
Privacy Policy Page URL https://amz.space/register
Supported Languages 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
}