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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}