Scrabble Word Finder

Supports 15 characters and two blank letters. Additional filters are also available to sort the words.

Τι είναι το Scrabble Word Finder;

Το Scrabble Word Finder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://scrabble-word.com, και η κύρια λειτουργία του είναι "Supports 15 characters and two blank letters. Additional filters are also available to sort the words.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Scrabble Word Finder

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

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

                        If you are playing a board game then you need to enter letters manually. 
But for an online game, the application itself can fill in letters that save you time. 

If you like this app and want to make it even better, please write your feedback and we will add new features and new dictionaries for the app.

Also if your favorite game is not supported by the app tell us about it and we will add support for your game.

The main features are:
- Suggestion of possible words.
- Search for words.
- Dictionary of used words.
- Remove ads from the game.

* It depends on the game what features are available
* If it does not search for words after updating or installing, try closing your browser and re-opening it.                    

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

Όνομα Scrabble Word Finder Scrabble Word Finder
ID adekfncjnpghbnondocagojgbhamjbjb
Επίσημο URL https://chromewebstore.google.com/detail/scrabble-word-finder/adekfncjnpghbnondocagojgbhamjbjb
Περιγραφή Supports 15 characters and two blank letters. Additional filters are also available to sort the words.
Μέγεθος Αρχείου 73.29 KB
Αριθμός Εγκαταστάσεων 460
Τρέχουσα Έκδοση 1.36
Τελευταία Ενημέρωση 2019-10-01
Ημερομηνία Δημοσίευσης 2019-10-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://scrabble-word.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://scrabble-word.com
Διεύθυνση URL της Σελίδας Βοήθειας https://scrabble-word.com/blog/scrabble-word-finder-browser-extensions
URL της Σελίδας Πολιτικής Απορρήτου https://emailfake.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "manifest_version": 2,
    "name": "Scrabble Word Finder",
    "short_name": "Scrabble Word",
    "description": "Supports 15 characters and two blank letters. Additional filters are also available to sort the words.",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.36",
    "homepage_url": "https:\/\/scrabble-word.com",
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "popup.html",
        "default_title": "Scrabble Word Finder"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scrabble-word.com\/scn\/*",
                "https:\/\/wwf.zynga.com\/wwf\/web\/r\/production_dd\/*",
                "https:\/\/apps-383041995381848.apps.fbsbx.com\/*",
                "https:\/\/scrabblefb-live2.sn.eamobile.com\/*",
                "https:\/\/aws.rjs.in\/fblexulous\/*",
                "https:\/\/www.lexulous.com\/*",
                "https:\/\/*.appspot.com\/*"
            ],
            "all_frames": true,
            "js": [
                "\/scripts\/content.js",
                "\/scripts\/jquery-3.3.1.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/scripts\/wordscapes.js",
        "\/scripts\/wordmocha.js",
        "\/scripts\/wordchums.js",
        "\/scripts\/wordflowers.js"
    ],
    "permissions": [
        "activeTab"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}