Would You Rather - Pro

Would You Rather - Pro is a fun game to play when you need a quick refresh from work or your meetings

What is Would You Rather - Pro?

Would You Rather - Pro is a Chrome extension developed by LinkCollect, and its main feature is "Would You Rather - Pro is a fun game to play when you need a quick refresh from work or your meetings".

Extension Screenshots

screenshot

Download Would You Rather - Pro Extension CRX File

Download Would You Rather - Pro extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Would You Yather - Pro is a fun game to play in your free time, it brings classic Would you rather questions right in your browser, play it whenever you are bored of your meetings or work                    

Extension Basic Information

Name Would You Rather - Pro Would You Rather - Pro
ID hjnnmpjhcfaoaahiplkmkbmalbjjjcnf
Official URL https://chromewebstore.google.com/detail/would-you-rather-pro/hjnnmpjhcfaoaahiplkmkbmalbjjjcnf
Description Would You Rather - Pro is a fun game to play when you need a quick refresh from work or your meetings
File Size 114 KB
Installation Count 67
Current Version 1.0.1
Last Updated 2023-10-19
Publish Date 2023-10-16
Rating 5.00/5 Total 2 Ratings
Developer LinkCollect
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Would You Rather - Pro",
    "description": "Would You Rather - Pro is a fun game to play when you need a quick refresh from work or your meetings",
    "version": "1.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_title": "Would You Rather - Pro",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}