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 क्या है?

Taobao-coupon Opentao द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Taobao-coupon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 Taobao-coupon
ID dabheldlejolihkpmjnjhcgcojlgmfae
आधिकारिक URL https://chromewebstore.google.com/detail/taobao-coupon/dabheldlejolihkpmjnjhcgcojlgmfae
विवरण The personal shopping assistant will ensure you save a few dollars and get the best deals every time you make purchase in Taobao.
फ़ाइल का आकार 76.33 KB
स्थापना संख्या 110
वर्तमान संस्करण 1.1
अंतिम अपडेट 2023-04-25
प्रकाशन तिथि 2020-09-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Opentao
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://opentao.cloud
सहायता पृष्ठ URL https://opentao.cloud
गोपनीयता नीति पृष्ठ URL https://opentao.cloud/privacy-policy
समर्थित भाषाएँ 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\/*"
    ]
}