Truth or Dare

A simple family friendly game

Τι είναι το Truth or Dare;

Το Truth or Dare είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zjulia, και η κύρια λειτουργία του είναι "A simple family friendly game".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Truth or Dare

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

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

                        Truth! or Dare! Comment with truths and dares or other features that you guys want to see! I'm updating this pretty often so check back for new truths/dares and other features.

6/11/2015
- Spanish version is in :)
- Working on a whole new premium version, look out for it!

New Features 1/30/2015:
- Added more questions
- Now displays how many total questions there are
- Deciding whether to work on Spanish version or changeable backgrounds

--- NEW ---
Created an 18+ version here: http://goo.gl/0a5dlP
I made it a paid extension for two reasons,
     1. I didn't want children to be able to access it so easily
     2. I'm a broke college student :( help me 
--- --- ---

New Features 1/18/2015:
- Added more questions
- Google analytics are in, I can see how many people are new and how many are returning users
- Thinking about making a Spanish version

New Features 1/10/2015:
- Added more questions
- Working on creating user settings like background color and fonts 
- Working on google analytics so I can see how often questions run out

Old features:
- Has a "coming soon:" section
- Made it easier to read IMO
- No repeats until you click out of the extension window
- Says how many truths and dares there are
     X Removed: Looked too messy
- Able to restart if you run out of truths or dares                    

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

Όνομα Truth or Dare Truth or Dare
ID cfmkchdmmlhnpnnjihinpgalfnbhgdke
Επίσημο URL https://chromewebstore.google.com/detail/truth-or-dare/cfmkchdmmlhnpnnjihinpgalfnbhgdke
Περιγραφή A simple family friendly game
Μέγεθος Αρχείου 1002 KB
Αριθμός Εγκαταστάσεων 1,143
Τρέχουσα Έκδοση 3.1
Τελευταία Ενημέρωση 2015-06-12
Ημερομηνία Δημοσίευσης 2015-06-11
Αξιολόγηση 3.35/5 Συνολικά 34 Αξιολογήσεις
Προγραμματιστής zjulia
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truth or Dare",
    "version": "3.1",
    "description": "A simple family friendly game",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}