Scrabble Go Cheat
A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
Scrabble Go Cheatとは何ですか?
Scrabble Go Cheatはunscramblenowによって開発されたChromeの拡張機能で、その主な機能は「A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.」です。
拡張機能のスクリーンショット
Scrabble Go Cheat拡張機能のCRXファイルをダウンロード
Scrabble Go Cheat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
拡張機能の基本情報
名前 | |
ID | glnjjmbfljlnciocmdeheaenkillkaio |
公式URL | https://chrome.google.com/webstore/detail/scrabble-go-cheat/glnjjmbfljlnciocmdeheaenkillkaio |
説明 | A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary. |
ファイルサイズ | 14.99 KB |
インストール数 | 163 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-10-04 |
公開日 | 2020-10-04 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | unscramblenow |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.scrabblegocheat.net/ |
ヘルプページのURL | https://www.scrabblegocheat.net/contact-us.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scrabble Go Cheat", "version": "1.0.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "SGC-48x48.png" }, "icons": { "16": "SGC-16x16.png", "48": "SGC-48x48.png", "128": "SGC-128x128.png" } } |