OPSkins Enhanced

OPSkins Enhanced. Sort By Discount %, Price, Wear.

What is OPSkins Enhanced?

OPSkins Enhanced is a Chrome extension developed by Danial Nickford, and its main feature is "OPSkins Enhanced. Sort By Discount %, Price, Wear.".

Extension Screenshots

screenshot

Download OPSkins Enhanced Extension CRX File

Download OPSkins Enhanced extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        OPSkins Enhanced.
Sort By Discount %, Price, Wear.                    

Extension Basic Information

Name OPSkins Enhanced OPSkins Enhanced
ID gdpblaikfgfnlbmpnghhdmngljdhlmdn
Official URL https://chrome.google.com/webstore/detail/opskins-enhanced/gdpblaikfgfnlbmpnghhdmngljdhlmdn
Description OPSkins Enhanced. Sort By Discount %, Price, Wear.
File Size 195 KB
Installation Count 129
Current Version 0.2.1
Last Updated 2016-06-01
Publish Date 2016-06-01
Rating 3.29/5 Total 7 Ratings
Developer Danial Nickford
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OPSkins Enhanced",
    "version": "0.2.1",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opskins.com\/?loc=shop_search*app=730*"
            ],
            "js": [
                "jquery-2.2.3.min.js",
                "opskins.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png"
    }
}