CheapShark Deal Search
Search for the best deals on Digital Game Downloads
什么是CheapShark Deal Search?
CheapShark Deal Search是由Cyris.io开发的Chrome扩展程序,该扩展的主要功能是“Search for the best deals on Digital Game Downloads”。
扩展截图
下载CheapShark Deal Search扩展crx文件
下载CheapShark Deal Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | ahdfdhcljjiogoabcemgldinhgoemmjc |
官方URL | https://chromewebstore.google.com/detail/cheapshark-deal-search/ahdfdhcljjiogoabcemgldinhgoemmjc |
简介 | Search for the best deals on Digital Game Downloads |
文件大小 | 122 KB |
安装次数 | 1,282 |
当前版本 | 0.3 |
更新时间 | 2014-10-14 |
上架时间 | 2014-10-14 |
评分 | 4.54/5 共26次评分 |
开发者 | Cyris.io |
付费类型 | free |
扩展官网 | http://www.cyris.io |
支持的语言 | 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 } |