Fishtank
Fill your personal aquarium with beautiful digital fish.
Cos'è Fishtank?
Fishtank è un'estensione di Chrome sviluppata da Fishtank, e la sua funzione principale è "Fill your personal aquarium with beautiful digital fish.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Fishtank
Scarica i file di estensione Fishtank in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Fishtank |
ID | hblgnkilfpgjgncgjjkdckoimlbfjlko |
URL Ufficiale | https://chromewebstore.google.com/detail/fishtank/hblgnkilfpgjgncgjjkdckoimlbfjlko |
Descrizione | Fill your personal aquarium with beautiful digital fish. |
Dimensione del File | 208 KB |
Conteggio Installazioni | 12,234 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2020-05-27 |
Data di Pubblicazione | 2020-05-26 |
Valutazione | 3.98/5 Totale 40 Valutazioni |
Sviluppatore | Fishtank |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |