Best Games Prices

Get all games prices in your browser. Over 20 shops and keyshops from all over the world. Totally free, no ads! Buy smart!

Best Games Prices란 무엇입니까?

Best Games Prices은(는) AnDre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get all games prices in your browser. Over 20 shops and keyshops from all over the world. Totally free, no ads! Buy smart!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Best Games Prices 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You no longer need to search multiple sites, give other parties access to your Steam account, and make your profile public.
PC games only.

If you are an gamer, this add-on is perfect for you. Stop overpaying for games that can often be purchased much cheaper.
You no longer have to browse dozens of pages or use comparison websites - now you will have all the offers in your browser, completely free and without advertising.
Thanks to this add-on, when browsing games on Steam and other stores, you will immediately see where you can buy the cheapest game.
In addition to the stores, you will also see a price comparison in keyshops. The attractiveness of the offers is additionally increased by coupons up to 10% !!!

Currencies: $, EURO, PLN
... and more in future

Compares prices from over 20 shops and keyshops
... and more in future

HUD for 8 shops i.e.:
https://store.steampowered.com
https://www.gog.com
https://store.ubi.com
https://www.epicgames.com
https://www.origin.com
... and more in future

Development roadmap:
- integrate addon with more shops
- more prices from other shops
- more currencies support
- coupons visible in carts
- Steam wishlist integration

This extension will always be free.
If this extension made your life a bit easier and you want it to be further developed please make tiny donation, it would mean a lot to me.
PayPal: http://www.bit.ly/2J24TsA

Thanks !                    

확장 프로그램 기본 정보

이름 Best Games Prices Best Games Prices
ID ccfdecbehnkhllcbcagfbiogofnfhbbc
공식 URL https://chromewebstore.google.com/detail/best-games-prices/ccfdecbehnkhllcbcagfbiogofnfhbbc
설명 Get all games prices in your browser. Over 20 shops and keyshops from all over the world. Totally free, no ads! Buy smart!
파일 크기 96.36 KB
설치 횟수 72
현재 버전 1.20
최근 업데이트 2020-12-01
출시 날짜 2020-12-01
개발자 AnDre
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Best Games Prices",
    "version": "1.20",
    "description": "Get all games prices in your browser. Over 20 shops and keyshops from all over the world. Totally free, no ads! Buy smart!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/store.steampowered.com\/*",
        "*:\/\/*.gog.com\/*",
        "*:\/\/*.epicgames.com\/*",
        "*:\/\/store.ubi.com\/*",
        "*:\/\/*.isthereanydeal.com\/*",
        "*:\/\/*.allkeyshop.com\/*",
        "*:\/\/*.cdkeys.com\/*",
        "*:\/\/gg.deals\/*",
        "*:\/\/*.d3andre.com\/*",
        "*:\/\/*.origin.com\/*"
    ],
    "options_ui": {
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "img\/*.png",
        "img\/*.svg"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/store.steampowered.com\/app\/*",
                "*:\/\/www.gog.com\/game\/*",
                "*:\/\/www.epicgames.com\/*",
                "*:\/\/store.ubi.com\/*",
                "*:\/\/www.origin.com\/*",
                "*:\/\/isthereanydeal.com\/*",
                "*:\/\/www.allkeyshop.com\/blog\/*",
                "*:\/\/www.cdkeys.com\/pc\/*"
            ],
            "js": [
                "game_price.js"
            ],
            "run_at": "document_end"
        }
    ]
}