Supreme-ext
Supreme-ext for Japan Store
O que é Supreme-ext?
Supreme-ext é uma extensão do Chrome desenvolvida por LeaderOfSup, e sua principal característica é "Supreme-ext for Japan Store".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Supreme-ext
Baixe arquivos de extensão Supreme-ext no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | |
ID | cdonbmpeafgfcmcnodklgjmgoplgmlih |
URL Oficial | https://chrome.google.com/webstore/detail/supreme-ext/cdonbmpeafgfcmcnodklgjmgoplgmlih |
Descrição | Supreme-ext for Japan Store |
Tamanho do Arquivo | 54.59 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.0.1 |
Última Atualização | 2018-02-23 |
Data de Publicação | 2018-02-23 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | LeaderOfSup |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |