AliExpress Hot Sales Button
Quick button to AliExpress.com hot sales page.
AliExpress Hot Sales Button là gì?
AliExpress Hot Sales Button là một tiện ích mở rộng Chrome được phát triển bởi Rafael, và tính năng chính của nó là "Quick button to AliExpress.com hot sales page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AliExpress Hot Sales Button
Tải xuống các tệp mở rộng AliExpress Hot Sales Button dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Quick button to AliExpress.com hot sales page. AliExpress is a popular online store for buying products at much cheaper prices from China.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AliExpress Hot Sales Button |
ID | ekhljfpgmjdmclpfakninfjimgbhabmi |
URL Chính Thức | https://chromewebstore.google.com/detail/aliexpress-hot-sales-butt/ekhljfpgmjdmclpfakninfjimgbhabmi |
Mô tả | Quick button to AliExpress.com hot sales page. |
Kích Thước Tệp | 12.81 KB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.0.0.1 |
Cập Nhật Lần Cuối | 2022-07-11 |
Ngày Phát Hành | 2019-06-05 |
Nhà Phát Triển | Rafael |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/ali-16.png", "default_title": "__MSG_title__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/ali-128.png", "16": "images\/ali-16.png", "48": "images\/ali-48.png" }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.1" } |