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 |
官方網址 | 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 |
電子郵箱 | [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'" } |