CheapShark Deal Search
Search for the best deals on Digital Game Downloads
Co to jest CheapShark Deal Search?
CheapShark Deal Search to rozszerzenie Chrome opracowane przez Cyris.io, a jego główną funkcją jest „Search for the best deals on Digital Game Downloads”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CheapShark Deal Search
Pobierz pliki rozszerzeń CheapShark Deal Search w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ahdfdhcljjiogoabcemgldinhgoemmjc |
Oficjalny URL | https://chromewebstore.google.com/detail/cheapshark-deal-search/ahdfdhcljjiogoabcemgldinhgoemmjc |
Opis | Search for the best deals on Digital Game Downloads |
Rozmiar pliku | 122 KB |
Liczba instalacji | 1,282 |
Aktualna Wersja | 0.3 |
Ostatnia Aktualizacja | 2014-10-14 |
Data Publikacji | 2014-10-14 |
Ocena | 4.54/5 Łącznie 26 Oceny |
Deweloper | Cyris.io |
Typ Płatności | free |
Strona Rozszerzenia | http://www.cyris.io |
Obsługiwane Języki | 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 } |