ASOS Discount Tags

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

Qu'est-ce que ASOS Discount Tags ?

ASOS Discount Tags est une extension Chrome développée par John Rengwu, et sa fonction principale est "Shows how much you'd save for each item in ASOS!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ASOS Discount Tags

Téléchargez les fichiers d'extension ASOS Discount Tags au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

It's color-coded too!                    

Informations de Base sur l'Extension

Nom ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
URL Officiel https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
Description Shows how much you'd save for each item in ASOS!
Taille du Fichier 16.61 KB
Nombre d'Installations 89
Version Actuelle 0.1.3
Dernière Mise à Jour 2019-02-10
Date de Publication 2019-02-09
Évaluation 1.00/5 Total 1 Évaluations
Développeur John Rengwu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}