CheapShark Deal Search
Search for the best deals on Digital Game Downloads
Cos'è CheapShark Deal Search?
CheapShark Deal Search è un'estensione di Chrome sviluppata da Cyris.io, e la sua funzione principale è "Search for the best deals on Digital Game Downloads".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CheapShark Deal Search
Scarica i file di estensione CheapShark Deal Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ahdfdhcljjiogoabcemgldinhgoemmjc |
URL Ufficiale | https://chromewebstore.google.com/detail/cheapshark-deal-search/ahdfdhcljjiogoabcemgldinhgoemmjc |
Descrizione | Search for the best deals on Digital Game Downloads |
Dimensione del File | 122 KB |
Conteggio Installazioni | 1,282 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2014-10-14 |
Data di Pubblicazione | 2014-10-14 |
Valutazione | 4.54/5 Totale 26 Valutazioni |
Sviluppatore | Cyris.io |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.cyris.io |
Lingue Supportate | 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 } |