Word Finder - Free Game
Play Word Finder as a Chrome extension - Also can Play without Internet, try it now!
O que é Word Finder - Free Game?
Word Finder - Free Game é uma extensão do Chrome desenvolvida por https://retrobowl.ee, e sua principal característica é "Play Word Finder as a Chrome extension - Also can Play without Internet, try it now!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Word Finder - Free Game
Baixe arquivos de extensão Word Finder - Free Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Word Finder - Free Game" is a Chrome extension that provides a fun and challenging word game experience for users. This extension allows users to play a word search game where they can find words from a grid of letters. The game includes various difficulty levels and categories of words to choose from. In addition to playing the game, users can also install and uninstall the extension easily, as well as reload the extension from the browser's toolbar. The extension also includes a welcome page and an uninstall page to provide users with additional information and instructions.
Informações Básicas da Extensão
Nome | Word Finder - Free Game |
ID | amefkglbmdhfnlffifbljfpplemddjhe |
URL Oficial | https://chromewebstore.google.com/detail/word-finder-free-game/amefkglbmdhfnlffifbljfpplemddjhe |
Descrição | Play Word Finder as a Chrome extension - Also can Play without Internet, try it now! |
Tamanho do Arquivo | 2.28 MB |
Contagem de Instalações | 77 |
Versão Atual | 1.1.0 |
Última Atualização | 2023-11-23 |
Data de Publicação | 2023-03-14 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | https://retrobowl.ee |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://retrobowl.me/ |
URL da Página de Ajuda | https://retrobowl.me/contact |
URL da Página de Política de Privacidade | https://retrobowl.me/privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "version": "1.1.0", "version_name": "1.1.0", "action": { "default_icon": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "default_title": "Click to open the popup", "default_popup": "index.html" }, "background": { "service_worker": "update.js" }, "offline_enabled": true, "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "256": "img\/256x256.png" }, "options_page": "index.html", "homepage_url": "https:\/\/run3.pro" } |