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