CheapShark Deal Search

Search for the best deals on Digital Game Downloads

O que é CheapShark Deal Search?

CheapShark Deal Search é uma extensão do Chrome desenvolvida por Cyris.io, e sua principal característica é "Search for the best deals on Digital Game Downloads".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CheapShark Deal Search

Baixe arquivos de extensão CheapShark Deal Search 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

                        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                    

Informações Básicas da Extensão

Nome CheapShark Deal Search CheapShark Deal Search
ID ahdfdhcljjiogoabcemgldinhgoemmjc
URL Oficial https://chromewebstore.google.com/detail/cheapshark-deal-search/ahdfdhcljjiogoabcemgldinhgoemmjc
Descrição Search for the best deals on Digital Game Downloads
Tamanho do Arquivo 122 KB
Contagem de Instalações 1,282
Versão Atual 0.3
Última Atualização 2014-10-14
Data de Publicação 2014-10-14
Classificação 4.54/5 Total de 26 Avaliações
Desenvolvedor Cyris.io
Tipo de Pagamento free
Site da Extensão http://www.cyris.io
Idiomas Suportados 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
}