DEALS.AMZ.SPACE

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

Vad är DEALS.AMZ.SPACE?

DEALS.AMZ.SPACE är en Chrome-tillägg utvecklad av AMZ.SPACE, och dess huvudfunktion är "Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.".

Tilläggsskärmbilder

screenshot

Ladda ner DEALS.AMZ.SPACE-förlängningens CRX-fil

Ladda ner DEALS.AMZ.SPACE-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn DEALS.AMZ.SPACE DEALS.AMZ.SPACE
ID dijkbgcmclfdeieoijcebacklogbklpp
Officiell webbadress https://chromewebstore.google.com/detail/dealsamzspace/dijkbgcmclfdeieoijcebacklogbklpp
Beskrivning Shop hundreds of discounted products on Amazon and Share your honest feedback on the product.
Filstorlek 205 KB
Antal Installationer 59
Aktuell Version 1.0
Senast Uppdaterad 2016-08-28
Publiceringsdatum 2016-08-28
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare AMZ.SPACE
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://amz.space/register
Stödda Språk 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
}