NAKKA Checkout Whisperer

Simple dart checkout assistant for NAKKA.com website.

Τι είναι το NAKKA Checkout Whisperer;

Το NAKKA Checkout Whisperer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον IDžOR, και η κύρια λειτουργία του είναι "Simple dart checkout assistant for NAKKA.com website.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης NAKKA Checkout Whisperer

Λήψη αρχείων επέκτασης NAKKA Checkout Whisperer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        NAKKA Checkout whisperrer is extension that enhances the experience on NAKKA.com by adding useful feature for any kind of Dart game lover.
It is a simple, easy and advanced application that helps you with checkout math in your darts games.
Play the Double practice routines to get better at finishes.

If you struggle to memorise the many dart checkouts, this is the right extension for you.
You can get rid of that old checkout chart or poster. Use NAKKA Checkout whisperrer and your finish will be automaticaly displayed.
Don't worry if you miss a treble or even a fat single.
NAKKA Checkout whisperrer displays preferred routines to finish. While you miss the correct segment, leading you to another chance to end the game.

Addon is inspired by Android app: Darts App(rentice) Checkouts. App can be found in Google play.

Features:
- Useful for Beginners as well as Advanced players.
- No complicated setup. Just install and play.
- Works for Web, Online and Live section of NAKKA.com website.
- Helps you to master finishes routines.
- Great help in online darts matches.
- Free of charge.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NAKKA Checkout Whisperer NAKKA Checkout Whisperer
ID bhoacjjadjjldhflaleinmkofdjbofff
Επίσημο URL https://chromewebstore.google.com/detail/nakka-checkout-whisperer/bhoacjjadjjldhflaleinmkofdjbofff
Περιγραφή Simple dart checkout assistant for NAKKA.com website.
Μέγεθος Αρχείου 409 KB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2021-03-18
Ημερομηνία Δημοσίευσης 2021-02-09
Προγραμματιστής IDžOR
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en,cs
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.5",
    "author": "Igor ID\u017eOR Zdra\u017eil",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.nakka.com\/*"
    ],
    "icons": {
        "19": "images\/icon_19.png",
        "20": "images\/icon_20.png",
        "38": "images\/icon_38.png",
        "40": "images\/icon_40.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png",
        "176": "images\/icon_176.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/cstyle.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js",
                "js\/textFit.min.js"
            ],
            "matches": [
                "*:\/\/*.nakka.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "pages\/options.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon_19.png",
            "20": "images\/icon_20.png",
            "38": "images\/icon_38.png",
            "40": "images\/icon_40.png",
            "128": "images\/icon_128.png"
        },
        "default_title": "NAKKA Checkout Whisperer",
        "default_popup": "pages\/popup.html"
    },
    "web_accessible_resources": [
        "images\/*.jpg"
    ]
}