Would you rather?

Another simple game

Τι είναι το Would you rather?;

Το Would you rather? είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zjulia, και η κύρια λειτουργία του είναι "Another simple game".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Would you rather?

Λήψη αρχείων επέκτασης Would you rather? σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Would you rather? Would you rather?
ID dahplmhpbplcgfabnlodpmnaokbehlfn
Επίσημο URL https://chromewebstore.google.com/detail/would-you-rather/dahplmhpbplcgfabnlodpmnaokbehlfn
Περιγραφή Another simple game
Μέγεθος Αρχείου 906 KB
Αριθμός Εγκαταστάσεων 767
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-12-04
Ημερομηνία Δημοσίευσης 2014-12-03
Αξιολόγηση 3.30/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής zjulia
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}