Play @ HypeGames

Discover your new favorite online games with a single click!

Co to jest Play @ HypeGames?

Play @ HypeGames to rozszerzenie Chrome opracowane przez http://www.hypegames.com, a jego główną funkcją jest „Discover your new favorite online games with a single click!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Play @ HypeGames

Pobierz pliki rozszerzeń Play @ HypeGames w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Play @ HypeGames Play @ HypeGames
ID bljikadkbglocfkfbmicihjgmdkdppad
Oficjalny URL https://chrome.google.com/webstore/detail/play-hypegames/bljikadkbglocfkfbmicihjgmdkdppad
Opis Discover your new favorite online games with a single click!
Rozmiar pliku 23.54 KB
Liczba instalacji 40
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-01-05
Data Publikacji 2014-01-05
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper http://www.hypegames.com
Typ Płatności free
Strona Rozszerzenia http://www.hypegames.com
Obsługiwane Języki 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\/"
    ]
}