Voice Darts

Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.

What is Voice Darts?

Voice Darts is a Chrome extension developed by dartsvoice, and its main feature is "Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.".

Extension Screenshots

screenshot

Download Voice Darts Extension CRX File

Download Voice Darts 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

                        Are you tired of the hassle of manual scorekeeping during dart games? 🎯 Introducing the must-have tool for all dart players: the Google Chrome extension that automatically records your score! 🤩 
With just your voice, this app recognizes the number you say and adds it to the scoreboard, making scorekeeping effortless and error-free. 🙌

BENEFITS:
- Pleasant to use 😊
- Time efficiency ⏰
- Free for anyone 🆓
- Works like magic 🧙‍♂️
- All languages supported 🌍

Plus, with support for 32 languages and many dialects, you can enjoy the benefits of this extension no matter where you are in the world. 
LANGUAGES:
🇿🇦 🇮🇩 🇲🇾 🇨🇦 🇨🇿 🇩🇪 🇪🇸  🇫🇷  🇭🇷 🇿🇦 🇮🇸 🇮🇹 🇭🇺 🇳🇱 🇳🇴 🇵🇱 🇵🇹 🇷🇴 🇸🇰 🇫🇮 🇸🇪 🇹🇷  🇧🇬 🇷🇺 🇷🇸 🇰🇷 🇨🇳 🇯🇵 🏴‍☠️

While currently only available for the Nakka (https://nakka.com/n01/app/) application, the future holds exciting plans for expansion to other web apps. So why wait? It's FREE! 💰 Download this extension now and take your dart game to the next level! 🎯

Currently there is one problem with recognizing numbers from 1 to 9. You can solve the problem by saying "03" instead of "3".                    

Extension Basic Information

Name Voice Darts Voice Darts
ID ddhakfmfbeeeajonamdnceanogbfmiec
Official URL https://chromewebstore.google.com/detail/voice-darts/ddhakfmfbeeeajonamdnceanogbfmiec
Description Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.
File Size 12.66 KB
Installation Count 188
Current Version 1.3
Last Updated 2023-04-12
Publish Date 2023-03-14
Rating 5.00/5 Total 3 Ratings
Developer dartsvoice
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Voice Darts",
    "description": "Revamp your darts game with Nakka's Google Extension! Record scores with your voice, not keyboard.",
    "version": "1.3",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": "dart.png",
        "default_title": "...",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup.css",
                "popup.js",
                "lang.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/nakka.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}