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 là gì?
Scrabble Go Cheat là một tiện ích mở rộng Chrome được phát triển bởi unscramblenow, và tính năng chính của nó là "A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Scrabble Go Cheat
Tải xuống các tệp mở rộng Scrabble Go Cheat dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | glnjjmbfljlnciocmdeheaenkillkaio |
URL Chính Thức | https://chrome.google.com/webstore/detail/scrabble-go-cheat/glnjjmbfljlnciocmdeheaenkillkaio |
Mô tả | A Simple Scrabble Go Word Finder that helps to find all possible Scrabble Go words from the Scrabble Official dictionary. |
Kích Thước Tệp | 14.99 KB |
Số Lần Cài Đặt | 163 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-10-04 |
Ngày Phát Hành | 2020-10-04 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | unscramblenow |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.scrabblegocheat.net/ |
URL Trang Trợ Giúp | https://www.scrabblegocheat.net/contact-us.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |