OPSkins Quick Key Seller
Efficient tool to quick sell your keys to OPSkins
OPSkins Quick Key Seller là gì?
OPSkins Quick Key Seller là một tiện ích mở rộng Chrome được phát triển bởi Poheart & Brian, và tính năng chính của nó là "Efficient tool to quick sell your keys to OPSkins".
Ả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 OPSkins Quick Key Seller
Tải xuống các tệp mở rộng OPSkins Quick Key Seller 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | limdmjajelnibkhbgghkaafnclaljhil |
URL Chính Thức | https://chrome.google.com/webstore/detail/opskins-quick-key-seller/limdmjajelnibkhbgghkaafnclaljhil |
Mô tả | Efficient tool to quick sell your keys to OPSkins |
Kích Thước Tệp | 91.52 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1.8.2 |
Cập Nhật Lần Cuối | 2016-10-08 |
Ngày Phát Hành | 2016-10-08 |
Đánh Giá | 4.50/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Poheart & Brian |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |