Would you rather?

Another simple game

Co to jest Would you rather??

Would you rather? to rozszerzenie Chrome opracowane przez zjulia, a jego główną funkcją jest „Another simple game”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Would you rather?

Pobierz pliki rozszerzeń Would you rather? 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

                        Would You Rather. This game gives you two options and is generally played in a group. Take turns and have fun answering what you would rather do. Feel free to leave me suggestions or any feedback in general, it is greatly appreciated and I work on these regularly.

Current features:
- Mix and match, the match option gives questions that are related to each other and the mix option gives questions that are random
- Coming soon shows what I'm working on                    

Podstawowe informacje o rozszerzeniu

Nazwa Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
Oficjalny URL https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Opis Another simple game
Rozmiar pliku 906 KB
Liczba instalacji 767
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-12-04
Data Publikacji 2014-12-03
Ocena 3.30/5 Łącznie 10 Oceny
Deweloper zjulia
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Would you rather?",
    "version": "1.0",
    "description": "Another simple game",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}