OPSkins Quick Key Seller
Efficient tool to quick sell your keys to OPSkins
OPSkins Quick Key Seller란 무엇입니까?
OPSkins Quick Key Seller은(는) Poheart & Brian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Efficient tool to quick sell your keys to OPSkins"입니다.
확장 프로그램 스크린샷
OPSkins Quick Key Seller 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | limdmjajelnibkhbgghkaafnclaljhil |
공식 URL | https://chrome.google.com/webstore/detail/opskins-quick-key-seller/limdmjajelnibkhbgghkaafnclaljhil |
설명 | Efficient tool to quick sell your keys to OPSkins |
파일 크기 | 91.52 KB |
설치 횟수 | 29 |
현재 버전 | 1.8.2 |
최근 업데이트 | 2016-10-08 |
출시 날짜 | 2016-10-08 |
평점 | 4.50/5 총 10 개의 평점 |
개발자 | Poheart & Brian |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | 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\/" ] } |