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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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