ASOS Discount Tags

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

ما هو ASOS Discount Tags؟

ASOS Discount Tags هو إضافة Chrome تم تطويرها بواسطة John Rengwu، والميزة الرئيسية لها هي "Shows how much you'd save for each item in ASOS!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة ASOS Discount Tags

قم بتنزيل ملفات الامتداد ASOS Discount Tags بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

It's color-coded too!                    

معلومات أساسية عن التمديد

الاسم ASOS Discount Tags ASOS Discount Tags
ID ncciljcjappcmmimhgnndopppbccmnik
عنوان URL الرسمي https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik
الوصف Shows how much you'd save for each item in ASOS!
حجم الملف 16.61 KB
عدد التثبيتات 89
النسخة الحالية 0.1.3
آخر تحديث 2019-02-10
تاريخ النشر 2019-02-09
تقييم 1.00/5 مجموع تقييمات 1
المطور John Rengwu
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
            ]
        }
    ]
}