DEALS.AMZ.SPACE

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

Cos'è DEALS.AMZ.SPACE?

DEALS.AMZ.SPACE è un'estensione di Chrome sviluppata da AMZ.SPACE, e la sua funzione principale è "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DEALS.AMZ.SPACE

Scarica i file di estensione DEALS.AMZ.SPACE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
URL Ufficiale https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
Descrizione Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
Dimensione del File 205 KB
Conteggio Installazioni 59
Versione Corrente 1.0
Ultimo Aggiornamento 2016-08-28
Data di Pubblicazione 2016-08-28
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore AMZ.SPACE
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://amz.space/register
Lingue Supportate 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
}