Play @ HypeGames

Discover your new favorite online games with a single click!

Play @ HypeGames क्या है?

Play @ HypeGames http://www.hypegames.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover your new favorite online games with a single click!"।

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

screenshot

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

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

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

                        Do you like online games?

Racing games? Sports games? Action games? Shooting games? Arcade games? Adventure games? Puzzle games?

Explore a world of free online games with a single click in your browser.

Hours of safe fun at HypeGames.com is always just a click away!                    

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

नाम Play @ HypeGames Play @ HypeGames
ID bljikadkbglocfkfbmicihjgmdkdppad
आधिकारिक URL https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad
विवरण Discover your new favorite online games with a single click!
फ़ाइल का आकार 23.54 KB
स्थापना संख्या 40
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-01-05
प्रकाशन तिथि 2014-01-05
रेटिंग 3.00/5 कुल 1 रेटिंग्स
डेवलपर http://www.hypegames.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.hypegames.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Play @ HypeGames",
    "short_name": "HypeGames App",
    "description": "Discover your new favorite online games with a single click!",
    "version": "1.0",
    "icons": {
        "19": "icon.png",
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Play a random fun game at HypeGames.com!"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "https:\/\/www.hypegames.com\/"
    ]
}