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開發的Chrome擴展程式,該擴展的主要功能是“Công cụ Đặt hàng của tenlua.com.vn trên trình duyệt Chrome & Cờ rôm+.”。

擴展截圖

screenshot

下載Công Cụ Đặt Hàng Tên Lửa擴展crx文件

下載Công Cụ Đặt Hàng Tên Lửa擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}