funny roulette

Register your name, spin the roulette and choose randomly.

Qu'est-ce que funny roulette ?

funny roulette est une extension Chrome développée par https://gitsunmin.github.io, et sa fonction principale est "Register your name, spin the roulette and choose randomly.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension funny roulette

Téléchargez les fichiers d'extension funny roulette au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom funny roulette funny roulette
ID cpledbjbjnaekmdmmimfpdiffgmilbol
URL Officiel https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol
Description Register your name, spin the roulette and choose randomly.
Taille du Fichier 224 KB
Nombre d'Installations 41
Version Actuelle 1.0.2
Dernière Mise à Jour 2023-07-23
Date de Publication 2021-06-14
Développeur https://gitsunmin.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/gitsunmin/funny-roulette
URL de la Page d'Aide https://github.com/gitsunmin/funny-roulette/issues
Langues Prises en Charge 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"
    }
}