funny roulette

Register your name, spin the roulette and choose randomly.

Apa itu funny roulette?

funny roulette adalah ekstensi Chrome yang dikembangkan oleh https://gitsunmin.github.io, dan fitur utamanya adalah "Register your name, spin the roulette and choose randomly.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi funny roulette

Unduh file ekstensi funny roulette dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama funny roulette funny roulette
ID cpledbjbjnaekmdmmimfpdiffgmilbol
URL Resmi https://chromewebstore.google.com/detail/funny-roulette/cpledbjbjnaekmdmmimfpdiffgmilbol
Deskripsi Register your name, spin the roulette and choose randomly.
Ukuran File 224 KB
Jumlah Instalasi 41
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2023-07-23
Tanggal Publikasi 2021-06-14
Pengembang https://gitsunmin.github.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/gitsunmin/funny-roulette
URL Halaman Bantuan https://github.com/gitsunmin/funny-roulette/issues
Bahasa yang Didukung 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"
    }
}