Supreme-ext
Supreme-ext for Japan Store
Supreme-ext là gì?
Supreme-ext là một tiện ích mở rộng Chrome được phát triển bởi LeaderOfSup, và tính năng chính của nó là "Supreme-ext for Japan Store".
Ả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 Supreme-ext
Tải xuống các tệp mở rộng Supreme-ext 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
This plug-in unit is for panic buying Supreme items for Supreme Japan Website. The US Version will release soon. このプラグインは、日本のウェブサイトをスナップアップするために使用されます(Supreme Japan)。 本插件用于Supreme日本官网的抢购,美国版本稍后上架 You can get the target alt in the US site or EU site. Thats quite simple. ALT可以从已发售的欧洲官网和美国官网获得,非常简单。不易出BUG。谢谢您的使用。 Please set www.supremenewyork.com/shop/all as bookmark. This site is the entrance and the trigger to activate this plug-in. After you filled in the info in the plug-in and enabled it, you just wait the release time to come.As soon as the time comes, you click or refresh "www.supremenewyork.com/shop/all".It automatically works!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cdonbmpeafgfcmcnodklgjmgoplgmlih |
URL Chính Thức | https://chrome.google.com/webstore/detail/supreme-ext/cdonbmpeafgfcmcnodklgjmgoplgmlih |
Mô tả | Supreme-ext for Japan Store |
Kích Thước Tệp | 54.59 KB |
Số Lần Cài Đặt | 44 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2018-02-23 |
Ngày Phát Hành | 2018-02-23 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | LeaderOfSup |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Supreme-ext", "description": "Supreme-ext for Japan Store", "version": "1.0.1", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.supremenewyork.com\/*", "https:\/\/www.supremenewyork.com\/*" ], "js": [ "jq.js", "all.js", "add-to-cart.js", "checkout.js" ] } ], "web_accessible_resources": [ "checkout-event-trigger.js" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-deactivated.png", "default_popup": "popup.html" }, "manifest_version": 2 } |