Scrabble Go Cheat
A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
Co to jest Scrabble Go Cheat?
Scrabble Go Cheat to rozszerzenie Chrome opracowane przez unscramblenow, a jego główną funkcją jest „A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Scrabble Go Cheat
Pobierz pliki rozszerzeń Scrabble Go Cheat w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | glnjjmbfljlnciocmdeheaenkillkaio |
Oficjalny URL | https://chrome.google.com/webstore/detail/scrabble-go-cheat/glnjjmbfljlnciocmdeheaenkillkaio |
Opis | A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary. |
Rozmiar pliku | 14.99 KB |
Liczba instalacji | 163 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2020-10-04 |
Data Publikacji | 2020-10-04 |
Ocena | 1.00/5 Łącznie 1 Oceny |
Deweloper | unscramblenow |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.scrabblegocheat.net/ |
Adres URL Strony Pomocy | https://www.scrabblegocheat.net/contact-us.html |
Obsługiwane Języki | 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" } } |