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 - это расширение Chrome, разработанное unscramblenow, и его основная функция - "A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Scrabble Go Cheat

Скачайте файлы расширений 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.                    

Основная информация о расширении

Название Scrabble Go Cheat Scrabble Go Cheat
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
Электронная почта [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"
    }
}