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」です。

拡張機能のスクリーンショット

screenshot

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                    

拡張機能の基本情報

名前 OPSkins Quick Key Seller OPSkins Quick Key Seller
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
Eメール [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\/"
    ]
}