Wordbrain Solver
Wordbrainsolver.com - Answers to all the levels of Wordbrain Puzzles
Wordbrain Solverとは何ですか?
Wordbrain SolverはWordbrain Answersによって開発されたChromeの拡張機能で、その主な機能は「Wordbrainsolver.com - Answers to all the levels of Wordbrain Puzzles」です。
拡張機能のスクリーンショット
Wordbrain Solver拡張機能のCRXファイルをダウンロード
Wordbrain Solver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wordbrain is one of the most addictive games of this millenium, it gets so addictive that we are tempted to check answers online to proceed further. We have created Wordbrain Answers aka Wordbrain Solver to help people in solving tough Wordbrain puzzles. Walkthroughs for all the levels are updated along with step by step screenshots. WordBrain is a word-hunt game similar to classics such as Boggle, where players swipe through a grid of letters to form words. There are hundreds of puzzles with increasing difficulty, and the words are all appropriate for kids at any age (though some are trickier to spell or find than others). The game does feature hints you can purchase with real money with no parent gate, and the temptation to use them is always present, so be wary of your device settings.
拡張機能の基本情報
名前 | Wordbrain Solver |
ID | clapeemgocagdbjfeilknhkaijmdocpk |
公式URL | https://chromewebstore.google.com/detail/wordbrain-solver/clapeemgocagdbjfeilknhkaijmdocpk |
説明 | Wordbrainsolver.com - Answers to all the levels of Wordbrain Puzzles |
ファイルサイズ | 40.58 KB |
インストール数 | 70 |
現在のバージョン | 0.0.1 |
最終更新日 | 2018-04-10 |
公開日 | 2018-04-09 |
開発者 | Wordbrain Answers |
支払い方法 | free |
拡張機能のウェブサイト | http://wordbrainsolver.com/ |
ヘルプページのURL | http://wordbrainsolver.com/wordbrain-helper-contact-us/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordbrain Solver", "version": "0.0.1", "manifest_version": 2, "description": "Wordbrainsolver.com - Answers to all the levels of Wordbrain Puzzles", "homepage_url": "http:\/\/wordbrainsolver.com\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |