DEALS.AMZ.SPACE

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

Wat is DEALS.AMZ.SPACE?

DEALS.AMZ.SPACE is een Chrome-extensie ontwikkeld door AMZ.SPACE, en de belangrijkste functie is "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DEALS.AMZ.SPACE

Download DEALS.AMZ.SPACE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
Officiële URL https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
Beschrijving Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
Bestandsgrootte 205 KB
Aantal Installaties 59
Huidige Versie 1.0
Laatst Bijgewerkt 2016-08-28
Publicatiedatum 2016-08-28
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar AMZ.SPACE
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://amz.space/register
Ondersteunde Talen 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
}