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文件
下載OPSkins Quick Key Seller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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\/" ] } |