Fishtank
Fill your personal aquarium with beautiful digital fish.
O que é Fishtank?
Fishtank é uma extensão do Chrome desenvolvida por Fishtank, e sua principal característica é "Fill your personal aquarium with beautiful digital fish.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Fishtank
Baixe arquivos de extensão Fishtank 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
Fishtank lets you populate your own personal aquarium with spectacular digital fish. Earning fish eggs is simple - spend enough time on a popular site and you will eventually unlock a unique fish. Your fish will grow over time without needing food or care, happy to swim around the dynamic aquarium in your browser. I hope you enjoy using this browser extension - as an independent developer, I had a blast creating each fish from scratch based on the world's favorite websites, and I'm always coming up with new ones to add to the game. I hope you have fun watching your fish tank grow as you continue to browse the web! Privacy notice: your browsing activity is occasionally sampled in order to generate unique fish for you - it is not collected by me or anyone else.
Informações Básicas da Extensão
Nome | Fishtank |
ID | hblgnkilfpgjgncgjjkdckoimlbfjlko |
URL Oficial | https://chromewebstore.google.com/detail/fishtank/hblgnkilfpgjgncgjjkdckoimlbfjlko |
Descrição | Fill your personal aquarium with beautiful digital fish. |
Tamanho do Arquivo | 208 KB |
Contagem de Instalações | 12,234 |
Versão Atual | 1.0.4 |
Última Atualização | 2020-05-27 |
Data de Publicação | 2020-05-26 |
Classificação | 3.98/5 Total de 40 Avaliações |
Desenvolvedor | Fishtank |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fishtank", "version": "1.0.4", "manifest_version": 2, "description": "Fill your personal aquarium with beautiful digital fish.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "js\/constants.js", "js\/helpers.js", "js\/background\/helpers.js", "js\/background\/main.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "alarms" ], "default_locale": "en", "options_page": "src\/options.html", "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Fishtank", "default_popup": "src\/popup.html" } } |