OPDeals - Find the best deals on OPSkins.com

Highlight the best deals on OPSkins.com!

O que é OPDeals - Find the best deals on OPSkins.com?

OPDeals - Find the best deals on OPSkins.com é uma extensão do Chrome desenvolvida por https://dino.so, e sua principal característica é "Highlight the best deals on OPSkins.com!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão OPDeals - Find the best deals on OPSkins.com

Baixe arquivos de extensão OPDeals - Find the best deals on OPSkins.com no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Need Help? Submit bugs through the Chrome Store, Add me on Steam or Tweet me @dinosodev

Highlights good deals on OPSkins.com, a community market place for Counter-Strike: Global Offensive. 

Define custom ranges, colors and border widths!

The extension changes the border color of items that the extension determines are "good deals", the logic of the decision is based off if the OP price is lower than the listed price from the steam market. 

Icons by ChuCHuPALX!                    

Informações Básicas da Extensão

Nome OPDeals - Find the best deals on OPSkins.com OPDeals - Find the best deals on OPSkins.com
ID pnmifmjgoddkicidifnaenlagjcofomn
URL Oficial https://chromewebstore.google.com/detail/opdeals-find-the-best-dea/pnmifmjgoddkicidifnaenlagjcofomn
Descrição Highlight the best deals on OPSkins.com!
Tamanho do Arquivo 224 KB
Contagem de Instalações 2,782
Versão Atual 2.1.5
Última Atualização 2016-01-30
Data de Publicação 2016-01-30
Classificação 4.12/5 Total de 99 Avaliações
Desenvolvedor https://dino.so
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://dino.so/
URL da Página de Ajuda https://twitter.com/dinosodev
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OPDeals - Find the best deals on OPSkins.com",
    "version": "2.1.5",
    "manifest_version": 2,
    "description": "Highlight the best deals on OPSkins.com!",
    "homepage_url": "http:\/\/dino.so",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options_custom\/index.html",
    "page_action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "OPDeals",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage",
        "https:\/\/opskins.com\/*",
        "http:\/\/opskins.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opskins.com\/*",
                "http:\/\/opskins.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/opskins.com\/*",
                "http:\/\/opskins.com\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery.animate-shadow-min.js",
                "js\/jquery\/jquery.livequery.min.js",
                "src\/core\/item.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}