OPSkins Quick Key Seller
Efficient tool to quick sell your keys to OPSkins
OPSkins Quick Key Seller क्या है?
OPSkins Quick Key Seller Poheart & Brian द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Efficient tool to quick sell your keys to OPSkins"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में OPSkins Quick Key Seller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/" ] } |