OPSkins Quick Key Seller
Efficient tool to quick sell your keys to OPSkins
O que é OPSkins Quick Key Seller?
OPSkins Quick Key Seller é uma extensão do Chrome desenvolvida por Poheart & Brian, e sua principal característica é "Efficient tool to quick sell your keys to OPSkins".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão OPSkins Quick Key Seller
Baixe arquivos de extensão OPSkins Quick Key Seller 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
Source code is available at: https://github.com/Poheart/OPSkins-Quick-key-seller Version 1.8 update(17/7/2016); Added 'key index' where you can select next batch of keys to prevent selecting the older items that are not refreshed. (Thanks Nermal for feedback) Added new key type. Added extension icon Fixed numerous script error Version 1.7 update(1/7/2016): Fixed my mistake for erroneously included other unrelated js file to extension Version 1.6 update(23/6/2016): Various improvements and bug fix Auto-save last selling price Auto-submit after pressing on 'Add keys' button Version 1.4 update: -Various improvements and bug fix -Select key type to sell
Informações Básicas da Extensão
Nome | |
ID | limdmjajelnibkhbgghkaafnclaljhil |
URL Oficial | https://chrome.google.com/webstore/detail/opskins-quick-key-seller/limdmjajelnibkhbgghkaafnclaljhil |
Descrição | Efficient tool to quick sell your keys to OPSkins |
Tamanho do Arquivo | 91.52 KB |
Contagem de Instalações | 29 |
Versão Atual | 1.8.2 |
Última Atualização | 2016-10-08 |
Data de Publicação | 2016-10-08 |
Classificação | 4.50/5 Total de 10 Avaliações |
Desenvolvedor | Poheart & Brian |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "OPSkins Quick Key Seller", "description": "Efficient tool to quick sell your keys to OPSkins", "version": "1.8.2", "content_scripts": [ { "matches": [ "https:\/\/opskins.com\/*" ], "css": [ "style.css" ], "js": [ "jquery.js", "seller.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "https:\/\/opskins.com\/" ] } |