Công Cụ Đặt Hàng Tên Lửa

Công cụ Đặt hàng của tenlua.com.vn trên trình duyệt Chrome & Cờ rôm+.

Công Cụ Đặt Hàng Tên Lửa क्या है?

Công Cụ Đặt Hàng Tên Lửa congnv.gnoc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Công cụ Đặt hàng của tenlua.com.vn trên trình duyệt Chrome & Cờ rôm+."।

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

screenshot

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

crx प्रारूप में Công Cụ Đặt Hàng Tên Lửa एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Công cụ giúp đơn giản hoá việc đặt hàng trên các trang thương mại điện tử như Taobao.com                    

एक्सटेंशन की मूल जानकारी

नाम Công Cụ Đặt Hàng Tên Lửa Công Cụ Đặt Hàng Tên Lửa
ID hllpmplaaddkohgdgkmbafmchnhdhdak
आधिकारिक URL https://chromewebstore.google.com/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-t%C3%AAn-l%E1%BB%ADa/hllpmplaaddkohgdgkmbafmchnhdhdak
विवरण Công cụ Đặt hàng của tenlua.com.vn trên trình duyệt Chrome & Cờ rôm+.
फ़ाइल का आकार 468 KB
स्थापना संख्या 467
वर्तमान संस्करण 3.0.5
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2019-03-08
डेवलपर congnv.gnoc
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://tinma.vn/chinh-sach-hoat-dong-cua-tin-ma
समर्थित भाषाएँ vi
manifest.json
{
    "manifest_version": 3,
    "version": "3.0.5",
    "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng T\u00ean L\u1eeda",
    "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng c\u1ee7a tenlua.com.vn tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.",
    "icons": {
        "128": "icon.png",
        "16": "icon.png",
        "48": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "css\/font-awesome.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/test.js",
                "js\/config.js",
                "js\/script.js"
            ],
            "matches": [
                "http:\/\/*.taobao.com\/*",
                "https:\/\/*.taobao.com\/*",
                "http:\/\/*.1688.com\/*",
                "https:\/\/*.1688.com\/*",
                "http:\/\/*.tmall.com\/*",
                "https:\/\/*.tmall.com\/*"
            ]
        },
        {
            "js": [
                "js\/web_service_config.js",
                "js\/web_service_script.js"
            ],
            "matches": [
                "http:\/\/*.seudo.vn\/*",
                "https:\/\/*.seudo.vn\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*.taobao.com\/*",
        "https:\/\/*.taobao.com\/*",
        "http:\/\/*.1688.com\/*",
        "https:\/\/*.1688.com\/*",
        "http:\/\/*.tmall.com\/*",
        "https:\/\/*.tmall.com\/*",
        "*:\/\/*.tenlua.com.vn\/"
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "template\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "css\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "js\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}