ASOS Discount Tags

Shows how much you'd save for each item in ASOS!

Hvad er ASOS Discount Tags?

ASOS Discount Tags er en Chrome-udvidelse udviklet af John Rengwu, og dens hovedfunktion er "Shows how much you'd save for each item in ASOS!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download ASOS Discount Tags-udvidelses-CRX-fil

Download ASOS Discount Tags-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

                        Tags that show discounts of each item that's on sale on ASOS.com.

It's color-coded too!                    

Grundlæggende oplysninger om udvidelsen

Navn ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
Officiel URL https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
Beskrivelse Shows how much you'd save for each item in ASOS!
Filstørrelse 16.61 KB
Antal Installationer 89
Nuværende Version 0.1.3
Senest Opdateret 2019-02-10
Udgivelsesdato 2019-02-09
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler John Rengwu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ASOS Discount Tags",
    "version": "0.1.3",
    "manifest_version": 2,
    "description": "Shows how much you'd save for each item in ASOS!",
    "homepage_url": "http:\/\/www.asos.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.asos.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.asos.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}