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+.」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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": [
"*:\/\/*\/*"
]
}
]
} | |