CheapShark Deal Search

Search for the best deals on Digital Game Downloads

CheapShark Deal Search क्या है?

CheapShark Deal Search Cyris.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search for the best deals on Digital Game Downloads"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में CheapShark Deal Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम CheapShark Deal Search CheapShark Deal Search
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
}