CheapShark Deal Search
Search for the best deals on Digital Game Downloads
Qu'est-ce que CheapShark Deal Search ?
CheapShark Deal Search est une extension Chrome développée par Cyris.io, et sa fonction principale est "Search for the best deals on Digital Game Downloads".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CheapShark Deal Search
Téléchargez les fichiers d'extension CheapShark Deal Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | ahdfdhcljjiogoabcemgldinhgoemmjc |
URL Officiel | https://chromewebstore.google.com/detail/cheapshark-deal-search/ahdfdhcljjiogoabcemgldinhgoemmjc |
Description | Search for the best deals on Digital Game Downloads |
Taille du Fichier | 122 KB |
Nombre d'Installations | 1,282 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2014-10-14 |
Date de Publication | 2014-10-14 |
Évaluation | 4.54/5 Total 26 Évaluations |
Développeur | Cyris.io |
Type de Paiement | free |
Site Web de l'Extension | http://www.cyris.io |
Langues Prises en Charge | 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 } |