Voucher Shopee - Mã giảm giá và lịch sử giá

Tìm mã giảm giá cho mỗi sản phẩm trên Shopee - Cung cấp bởi HoanTienMat.com

ما هو Voucher Shopee - Mã giảm giá và lịch sử giá؟

Voucher Shopee - Mã giảm giá và lịch sử giá هو إضافة Chrome تم تطويرها بواسطة handmade.coder، والميزة الرئيسية لها هي "Tìm mã giảm giá cho mỗi sản phẩm trên Shopee - Cung cấp bởi HoanTienMat.com".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Voucher Shopee - Mã giảm giá và lịch sử giá

قم بتنزيل ملفات الامتداد Voucher Shopee - Mã giảm giá và lịch sử giá بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Công cụ giúp bạn tìm mã giảm giá và lịch sử thay đổi giá của các trang thương mại điện tử như: Shopee, lazada, tiki, ... 
Giúp bạn tìm voucher shopee, mã giảm giá shopee nhanh hơn, dễ dàng săn sale shopee.
- Tự động điểm danh nhận xu mỗi ngày
- Lịch sử giá
- Tìm voucher

Update:
1.1.4 - Thêm chức năng Tự động nhận xu điểm danh                    

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

الاسم Voucher Shopee - Mã giảm giá và lịch sử giá Voucher Shopee - Mã giảm giá và lịch sử giá
ID nkoecllekkpbahmcadameilhdnjpiiof
عنوان URL الرسمي https://chromewebstore.google.com/detail/voucher-shopee-m%C3%A3-gi%E1%BA%A3m-gi/nkoecllekkpbahmcadameilhdnjpiiof
الوصف Tìm mã giảm giá cho mỗi sản phẩm trên Shopee - Cung cấp bởi HoanTienMat.com
حجم الملف 184 KB
عدد التثبيتات 74
النسخة الحالية 1.1.4
آخر تحديث 2021-07-29
تاريخ النشر 2020-12-19
تقييم 2.33/5 مجموع تقييمات 3
المطور handmade.coder
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://hoantienmat.com
عنوان صفحة المساعدة https://hoantienmat.com
عنوان صفحة سياسة الخصوصية https://hoantienmat.com/privacy
اللغات المدعومة vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voucher Shopee - M\u00e3 gi\u1ea3m gi\u00e1 v\u00e0 l\u1ecbch s\u1eed gi\u00e1",
    "description": "T\u00ecm m\u00e3 gi\u1ea3m gi\u00e1 cho m\u1ed7i s\u1ea3n ph\u1ea9m tr\u00ean Shopee - Cung c\u1ea5p b\u1edfi HoanTienMat.com",
    "version": "1.1.4",
    "browser_action": {
        "default_icon": "icon\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "permissions": [
        "storage",
        "webRequest",
        "notifications",
        "alarms",
        "https:\/\/shopee.vn\/*",
        "*:\/\/*.giasoc24h.com\/*",
        "*:\/\/*.aliprice.com\/*",
        "*:\/\/*.hoantienmat.com\/*"
    ],
    "content_scripts": [
        {
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/js\/zepto.min.js",
                "assets\/js\/content2.js",
                "assets\/js\/contentscript.js",
                "assets\/js\/chart_v2.js",
                "assets\/js\/toolbar.js"
            ],
            "matches": [
                "https:\/\/shopee.vn\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "19": "icon\/icon19.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}