Scrabble Go Cheat
A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
O que é Scrabble Go Cheat?
Scrabble Go Cheat é uma extensão do Chrome desenvolvida por unscramblenow, e sua principal característica é "A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Scrabble Go Cheat
Baixe arquivos de extensão Scrabble Go Cheat no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
Informações Básicas da Extensão
Nome | |
ID | glnjjmbfljlnciocmdeheaenkillkaio |
URL Oficial | https://chrome.google.com/webstore/detail/scrabble-go-cheat/glnjjmbfljlnciocmdeheaenkillkaio |
Descrição | A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary. |
Tamanho do Arquivo | 14.99 KB |
Contagem de Instalações | 163 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-10-04 |
Data de Publicação | 2020-10-04 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | unscramblenow |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.scrabblegocheat.net/ |
URL da Página de Ajuda | https://www.scrabblegocheat.net/contact-us.html |
Idiomas Suportados | 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" } } |