Play @ HypeGames

Discover your new favorite online games with a single click!

Wat is Play @ HypeGames?

Play @ HypeGames is een Chrome-extensie ontwikkeld door http://www.hypegames.com, en de belangrijkste functie is "Discover your new favorite online games with a single click!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Play @ HypeGames

Download Play @ HypeGames-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Play @ HypeGames Play @ HypeGames
ID bljikadkbglocfkfbmicihjgmdkdppad
Officiële URL https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad
Beschrijving Discover your new favorite online games with a single click!
Bestandsgrootte 23.54 KB
Aantal Installaties 40
Huidige Versie 1.0
Laatst Bijgewerkt 2014-01-05
Publicatiedatum 2014-01-05
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.hypegames.com
Betalingswijze free
Extensiewebsite http://www.hypegames.com
Ondersteunde Talen 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\/"
    ]
}