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.

What is Taobao-coupon?

Taobao-coupon is a Chrome extension developed by Opentao, and its main feature is "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.".

Extension Screenshots

screenshot
screenshot

Download Taobao-coupon Extension CRX File

Download Taobao-coupon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Taobao-coupon Taobao-coupon
ID dabheldlejolihkpmjnjhcgcojlgmfae
Official URL https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae
Description The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
File Size 76.33 KB
Installation Count 110
Current Version 1.1
Last Updated 2023-04-25
Publish Date 2020-09-08
Rating 5.00/5 Total 2 Ratings
Developer Opentao
Email [email protected]
Payment Type free
Extension Website https://opentao.cloud
Help Page URL https://opentao.cloud
Privacy Policy Page URL https://opentao.cloud/privacy-policy
Supported Languages 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\/*"
    ]
}