Scrabble Go Cheat

A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.

What is Scrabble Go Cheat?

Scrabble Go Cheat is a Chrome extension developed by unscramblenow, and its main feature is "A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Scrabble Go Cheat Extension CRX File

Download Scrabble Go Cheat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.                    

Extension Basic Information

Name Scrabble Go Cheat Scrabble Go Cheat
ID glnjjmbfljlnciocmdeheaenkillkaio
Official URL https://chrome.google.com/webstore/detail/scrabble-go-cheat/glnjjmbfljlnciocmdeheaenkillkaio
Description A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
File Size 14.99 KB
Installation Count 163
Current Version 1.0.0
Last Updated 2020-10-04
Publish Date 2020-10-04
Rating 1.00/5 Total 1 Ratings
Developer unscramblenow
Email [email protected]
Payment Type free
Extension Website https://www.scrabblegocheat.net/
Help Page URL https://www.scrabblegocheat.net/contact-us.html
Supported Languages 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"
    }
}