Công Cụ Đặt Hàng Hạc Trắng
Công cụ Đặt hàng của hactrangjp.com trên trình duyệt Chrome & Cờ rôm+.
Công Cụ Đặt Hàng Hạc Trắngとは何ですか?
Công Cụ Đặt Hàng Hạc Trắngはdevelopersによって開発されたChromeの拡張機能で、その主な機能は「Công cụ Đặt hàng của hactrangjp.com trên trình duyệt Chrome & Cờ rôm+.」です。
拡張機能のスクリーンショット
Công Cụ Đặt Hàng Hạc Trắng拡張機能のCRXファイルをダウンロード
Công Cụ Đặt Hàng Hạc Trắng拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
công cụ đặt hàng hạc trắng
拡張機能の基本情報
名前 | |
ID | fnlhpgnbledhekmmjpckcmaggeilcboe |
公式URL | https://chrome.google.com/webstore/detail/c%C3%B4ng-c%E1%BB%A5-%C4%91%E1%BA%B7t-h%C3%A0ng-h%E1%BA%A1c-tr%E1%BA%AFn/fnlhpgnbledhekmmjpckcmaggeilcboe |
説明 | Công cụ Đặt hàng của hactrangjp.com trên trình duyệt Chrome & Cờ rôm+. |
ファイルサイズ | 70.79 KB |
インストール数 | 12 |
現在のバージョン | 3.0 |
最終更新日 | 2018-03-30 |
公開日 | 2018-03-30 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | developers |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://hotro.nhaphangexpress.com/chinh-sach-bao-mat-va-quyen-rieng-tu |
対応言語 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "js\/jquery.js", "js\/config.js", "js\/script.js" ], "matches": [ "http:\/\/*.amazon.co.jp\/*", "https:\/\/*.amazon.co.jp\/*", "http:\/\/*.shop.adidas.jp\/*", "https:\/\/*.shop.adidas.jp\/*", "http:\/\/*.uniqlo.com\/jp\/*", "https:\/\/*.uniqlo.com\/jp\/*" ] } ], "description": "C\u00f4ng c\u1ee5 \u0110\u1eb7t h\u00e0ng c\u1ee7a hactrangjp.com tr\u00ean tr\u00ecnh duy\u1ec7t Chrome & C\u1edd r\u00f4m+.", "manifest_version": 2, "name": "C\u00f4ng C\u1ee5 \u0110\u1eb7t H\u00e0ng H\u1ea1c Tr\u1eafng", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "tabs", "notifications" ], "version": "3.0", "background": { "persistent": true, "page": "background.html" }, "web_accessible_resources": [ "template\/index.html", "css\/main.css" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |