Play @ HypeGames

Discover your new favorite online games with a single click!

Cos'è Play @ HypeGames?

Play @ HypeGames è un'estensione di Chrome sviluppata da http://www.hypegames.com, e la sua funzione principale è "Discover your new favorite online games with a single click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Play @ HypeGames

Scarica i file di estensione Play @ HypeGames in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Play @ HypeGames Play @ HypeGames
ID bljikadkbglocfkfbmicihjgmdkdppad
URL Ufficiale https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad
Descrizione Discover your new favorite online games with a single click!
Dimensione del File 23.54 KB
Conteggio Installazioni 40
Versione Corrente 1.0
Ultimo Aggiornamento 2014-01-05
Data di Pubblicazione 2014-01-05
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore http://www.hypegames.com
Tipo di Pagamento free
Sito Web dell'Estensione http://www.hypegames.com
Lingue Supportate 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\/"
    ]
}