Supreme-ext
Supreme-ext for Japan Store
什麼是Supreme-ext?
Supreme-ext是由LeaderOfSup開發的Chrome擴展程式,該擴展的主要功能是“Supreme-ext for Japan Store”。
擴展截圖
下載Supreme-ext擴展crx文件
下載Supreme-ext擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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!
擴展基本資訊
名稱 | |
ID | cdonbmpeafgfcmcnodklgjmgoplgmlih |
官方網址 | https://chrome.google.com/webstore/detail/supreme-ext/cdonbmpeafgfcmcnodklgjmgoplgmlih |
簡介 | Supreme-ext for Japan Store |
檔案大小 | 54.59 KB |
安裝次數 | 44 |
目前版本 | 1.0.1 |
更新時間 | 2018-02-23 |
上架時間 | 2018-02-23 |
評分 | 5.00/5 共 1 次評分 |
開發者 | LeaderOfSup |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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 } |