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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 Scrabble Go Cheat Scrabble Go Cheat
ID glnjjmbfljlnciocmdeheaenkillkaio
官方網址 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"
    }
}