Would you rather?

Another simple game

Would you rather? क्या है?

Would you rather? zjulia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Another simple game"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Would you rather? एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}