Play @ HypeGames

Discover your new favorite online games with a single click!

Hvad er Play @ HypeGames?

Play @ HypeGames er en Chrome-udvidelse udviklet af http://www.hypegames.com, og dens hovedfunktion er "Discover your new favorite online games with a single click!".

Udvidelsesskærmbilleder

screenshot

Download Play @ HypeGames-udvidelses-CRX-fil

Download Play @ HypeGames-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Play @ HypeGames Play @ HypeGames
ID bljikadkbglocfkfbmicihjgmdkdppad
Officiel URL https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad
Beskrivelse Discover your new favorite online games with a single click!
Filstørrelse 23.54 KB
Antal Installationer 40
Nuværende Version 1.0
Senest Opdateret 2014-01-05
Udgivelsesdato 2014-01-05
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler http://www.hypegames.com
Betalingsmetode free
Udvidelseswebsted http://www.hypegames.com
Understøttede Sprog 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\/"
    ]
}