OPDeals - Find the best deals on OPSkins.com

Highlight the best deals on OPSkins.com!

OPDeals - Find the best deals on OPSkins.com란 무엇입니까?

OPDeals - Find the best deals on OPSkins.com은(는) https://dino.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight the best deals on OPSkins.com!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

OPDeals - Find the best deals on OPSkins.com 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 OPDeals - Find the best deals on OPSkins.com OPDeals - Find the best deals on OPSkins.com
ID pnmifmjgoddkicidifnaenlagjcofomn
공식 URL https://chromewebstore.google.com/detail/opdeals-find-the-best-dea/pnmifmjgoddkicidifnaenlagjcofomn
설명 Highlight the best deals on OPSkins.com!
파일 크기 224 KB
설치 횟수 2,782
현재 버전 2.1.5
최근 업데이트 2016-01-30
출시 날짜 2016-01-30
평점 4.12/5 총 99 개의 평점
개발자 https://dino.so
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://dino.so/
도움말 페이지 URL https://twitter.com/dinosodev
지원되는 언어 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"
            ]
        }
    ]
}