CheapShark Deal Search

Search for the best deals on Digital Game Downloads

What is CheapShark Deal Search?

CheapShark Deal Search is a Chrome extension developed by Cyris.io, and its main feature is "Search for the best deals on Digital Game Downloads".

Extension Screenshots

screenshot
screenshot
screenshot

Download CheapShark Deal Search Extension CRX File

Download CheapShark Deal Search 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

                        CURRENTLY IN BETA - ** Unofficial extension **

This adds a button to Steam to search the CheapShark database for a better deal on the game you are currently viewing. 

A second feature is highlighting a game name on any website, right click and select "Search CheapShark" to automatically search the title on the CheapShark website. 

Search CheapShark button currently supports:
1.Steam

More features and support will be added soon.

Tips are welcome to encourage development.
Dogecoin: DGEtVLEdAAPKGef1TKqY2SFiUEbhGK64xS
Reddcoin: RiNcBsYiZ2A5Bj5YJRErDJZtfj6UJ6wPEe

Feel free to contact me via Twitter: @CyrisXD                    

Extension Basic Information

Name CheapShark Deal Search CheapShark Deal Search
ID ahdfdhcljjiogoabcemgldinhgoemmjc
Official URL https://chromewebstore.google.com/detail/cheapshark-deal-search/ahdfdhcljjiogoabcemgldinhgoemmjc
Description Search for the best deals on Digital Game Downloads
File Size 122 KB
Installation Count 1,282
Current Version 0.3
Last Updated 2014-10-14
Publish Date 2014-10-14
Rating 4.54/5 Total 26 Ratings
Developer Cyris.io
Payment Type free
Extension Website http://www.cyris.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CheapShark Deal Search",
    "description": "Search for the best deals on Digital Game Downloads",
    "author": "eGuru - CyrisXD",
    "version": "0.3",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/store.steampowered.com\/app\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "functions.js",
        "logo.png"
    ],
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2
}