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はhttps://scrabble-word.comによって開発されたChromeの拡張機能で、その主な機能は「Supports 15 characters and two blank letters. Additional filters are also available to sort the words.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Scrabble Word Finder拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}