Would you rather?

Another simple game

Apa itu Would you rather??

Would you rather? adalah ekstensi Chrome yang dikembangkan oleh zjulia, dan fitur utamanya adalah "Another simple game".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Would you rather?

Unduh file ekstensi Would you rather? dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
URL Resmi https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Deskripsi Another simple game
Ukuran File 906 KB
Jumlah Instalasi 767
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-12-04
Tanggal Publikasi 2014-12-03
Penilaian 3.30/5 Total 10 Penilaian
Pengembang zjulia
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}