Taobao-coupon

The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.

Taobao-coupon là gì?

Taobao-coupon là một tiện ích mở rộng Chrome được phát triển bởi Opentao, và tính năng chính của nó là "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Taobao-coupon

Tải xuống các tệp mở rộng Taobao-coupon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Taobao-coupon Taobao-coupon
ID dabheldlejolihkpmjnjhcgcojlgmfae
URL Chính Thức https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae
Mô tả The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
Kích Thước Tệp 76.33 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2020-09-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Opentao
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://opentao.cloud
URL Trang Trợ Giúp https://opentao.cloud
URL Trang Chính Sách Bảo Mật https://opentao.cloud/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "libs\/crypto-js.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.taobao.com\/*",
                "https:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.hk\/*",
                "https:\/\/*.opentao.cloud\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "description": "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.",
    "icons": {
        "128": "images\/logo_128x128.png",
        "16": "images\/logo_16x16.png",
        "48": "images\/logo_48x48.png"
    },
    "manifest_version": 3,
    "author": "[email protected]",
    "name": "Taobao-coupon",
    "permissions": [
        "scripting",
        "tabs",
        "activeTab",
        "declarativeNetRequest"
    ],
    "version": "1.1",
    "action": {
        "default_icon": "images\/logo_32x32.png"
    },
    "content_security_policy": [],
    "host_permissions": [
        "https:\/\/*.taobao.com\/*",
        "https:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.hk\/*",
        "https:\/\/*.opentao.cloud\/*"
    ]
}