Tiện ích lên đơn AnPhatVC.vn
Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của AnPhatVC.vn
Tiện ích lên đơn AnPhatVC.vnとは何ですか?
Tiện ích lên đơn AnPhatVC.vnはdathangtrungviet1225によって開発されたChromeの拡張機能で、その主な機能は「Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của AnPhatVC.vn」です。
拡張機能のスクリーンショット
Tiện ích lên đơn AnPhatVC.vn拡張機能のCRXファイルをダウンロード
Tiện ích lên đơn AnPhatVC.vn拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tiện ích lên đơn AnPhatVC.vn
拡張機能の基本情報
名前 | Tiện ích lên đơn AnPhatVC.vn |
ID | ppkjbmgchgjlnmdfedjgblimaoafopjj |
公式URL | https://chromewebstore.google.com/detail/ti%E1%BB%87n-%C3%ADch-l%C3%AAn-%C4%91%C6%A1n-anphatvc/ppkjbmgchgjlnmdfedjgblimaoafopjj |
説明 | Hỗ trợ thêm sản phẩm từ taobao.com, tmall.com, jd.com, 1688.com vào giỏ hàng của AnPhatVC.vn |
ファイルサイズ | 735 KB |
インストール数 | 79 |
現在のバージョン | 1.6 |
最終更新日 | 2024-02-01 |
公開日 | 2024-02-01 |
開発者 | dathangtrungviet1225 |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://anphatvc.vn/chinh-sach-quy-dinh/chinh-sach-rieng-tu.html |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n AnPhatVC.vn", "description": "H\u1ed7 tr\u1ee3 th\u00eam s\u1ea3n ph\u1ea9m t\u1eeb taobao.com, tmall.com, jd.com, 1688.com v\u00e0o gi\u1ecf h\u00e0ng c\u1ee7a AnPhatVC.vn", "version": "1.6", "action": { "default_icon": { "16": "images\/icon_16x16.png", "24": "images\/icon_32x32.png", "32": "images\/icon_32x32.png", "64": "images\/icon_64x64.png", "128": "images\/icon_128x128.png" }, "default_title": "Ti\u1ec7n \u00edch l\u00ean \u0111\u01a1n h\u00e0ng d\u00e0nh cho AnPhatVC.vn tr\u00ean taobao, jd, tmall, 1688", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/icon_16x16.png", "32": "images\/icon_32x32.png", "64": "images\/icon_64x64.png", "128": "images\/icon_128x128.png" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/2.taobao.com\/item.htm", "https:\/\/*.AnPhatVC.vn\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/item.1688.com\/*", "https:\/\/item.1688.com\/*", "http:\/\/item.jd.com\/*", "https:\/\/item.jd.com\/*", "https:\/\/item.jd.hk\/*" ], "optional_host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "\/images\/*" ], "extension_ids": [ "kfnpbkjhbnpbekcdedicageaglcjdfmj" ], "use_dynamic_url": true } ], "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' 'http:\/\/*.taobao.com\/*' 'https:\/\/*.taobao.com\/*' 'http:\/\/detail.1688.com\/*' 'https:\/\/detail.1688.com\/*'" }, "content_scripts": [ { "matches": [ "https:\/\/*.AnPhatVC.vn\/*", "http:\/\/*.taobao.com\/*", "https:\/\/*.taobao.com\/*", "http:\/\/*.tmall.com\/*", "https:\/\/*.tmall.com\/*", "https:\/\/*.tmall.hk\/*", "https:\/\/*.jd.com\/*", "https:\/\/*.jd.hk\/*", "http:\/\/detail.1688.com\/*", "https:\/\/detail.1688.com\/*", "http:\/\/item.1688.com\/*", "https:\/\/item.1688.com\/*", "http:\/\/item.jd.com\/*", "https:\/\/item.jd.com\/*", "https:\/\/item.jd.hk\/*" ], "css": [ "all.min.css" ], "js": [ "all.js" ] } ] } |