funny roulette

Register your name, spin the roulette and choose randomly.

What is funny roulette?

funny roulette is a Chrome extension developed by https://gitsunmin.github.io, and its main feature is "Register your name, spin the roulette and choose randomly.".

Extension Screenshots

screenshot

Download funny roulette Extension CRX File

Download funny roulette 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

                        It's a game where you pick one out of several people!

1. You can register people or objects.
- Write the name of the person or object in the Input and press Enter.
- You can delete a registered person or object by clicking its name.
- Use the Clear button to delete the names of all people or objects.
2. You can turn the roulette to pick a number with the same probability.
3. The name of the chosen person is enlarged.

issues: https://github.com/gitsunmin/Funny-Roulette/issues                    

Extension Basic Information

Name funny roulette funny roulette
ID cpledbjbjnaekmdmmimfpdiffgmilbol
Official URL https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol
Description Register your name, spin the roulette and choose randomly.
File Size 224 KB
Installation Count 41
Current Version 1.0.2
Last Updated 2023-07-23
Publish Date 2021-06-14
Developer https://gitsunmin.github.io
Email [email protected]
Payment Type free
Extension Website https://github.com/gitsunmin/funny-roulette
Help Page URL https://github.com/gitsunmin/funny-roulette/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "funny roulette",
    "version": "1.0.2",
    "description": "Register your name, spin the roulette and choose randomly.",
    "author": "Gitsunmin",
    "permissions": [
        "storage",
        "tts"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    }
}