ASOS Discount Tags

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

Wat is ASOS Discount Tags?

ASOS Discount Tags is een Chrome-extensie ontwikkeld door John Rengwu, en de belangrijkste functie is "Shows how much you'd save for each item in ASOS!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ASOS Discount Tags

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

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

It's color-coded too!                    

Basisinformatie over de Extensie

Naam ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
Officiële URL https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
Beschrijving Shows how much you'd save for each item in ASOS!
Bestandsgrootte 16.61 KB
Aantal Installaties 89
Huidige Versie 0.1.3
Laatst Bijgewerkt 2019-02-10
Publicatiedatum 2019-02-09
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar John Rengwu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}