DEALS.AMZ.SPACE

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

Hvad er DEALS.AMZ.SPACE?

DEALS.AMZ.SPACE er en Chrome-udvidelse udviklet af AMZ.SPACE, og dens hovedfunktion er "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.".

Udvidelsesskærmbilleder

screenshot

Download DEALS.AMZ.SPACE-udvidelses-CRX-fil

Download DEALS.AMZ.SPACE-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
Officiel URL https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
Beskrivelse Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
Filstørrelse 205 KB
Antal Installationer 59
Nuværende Version 1.0
Senest Opdateret 2016-08-28
Udgivelsesdato 2016-08-28
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler AMZ.SPACE
E-mail [email protected]
Betalingsmetode free
URL til Fortrolighedspolitik Side https://amz.space/register
Understøttede Sprog 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
}