SimAquarium Extension
Aquarium simulation game.
What is SimAquarium Extension?
SimAquarium Extension is a Chrome extension developed by Satria Adhi, and its main feature is "Aquarium simulation game.".
Extension Screenshots
Download SimAquarium Extension Extension CRX File
Download SimAquarium Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SimAquarium is an aquarium simulation game - you can buy and sell fish, aquarium sceneries (plants, rocks etc), lighting and other things for your aquarium! You can play with your fish, feed them and more. To earn money you have to breed and sell fish - there is 28 different species with different characteristics, some of the fishes are very rare. With more money you can buy bigger and prettier fishes, more impressive aquarium decorations and better lighting. But the most expensive animal you can buy is not a fish - it's a dolphin!
Extension Basic Information
Name | SimAquarium Extension |
ID | aihjpkojknmkmmpeceojgaeccoeeaddo |
Official URL | https://chromewebstore.google.com/detail/simaquarium-extension/aihjpkojknmkmmpeceojgaeccoeeaddo |
Description | Aquarium simulation game. |
File Size | 1.56 MB |
Installation Count | 7,000 |
Current Version | 2.1.6 |
Last Updated | 2014-02-12 |
Publish Date | 2014-02-11 |
Rating | 3.95/5 Total 43 Ratings |
Developer | Satria Adhi |
Payment Type | free |
Extension Website | http://xtrsyz.org/2014/02/simaquarium-extensions/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimAquarium Extension", "version": "2.1.6", "author": "xtrsyz.org", "homepage_url": "http:\/\/xtrsyz.org\/", "description": "Aquarium simulation game.", "manifest_version": 2, "offline_enabled": true, "browser_action": { "default_icon": "gfx\/favicon.png", "default_title": "SimAquarium", "default_popup": "index.html" }, "icons": { "16": "gfx\/icon16.png", "48": "gfx\/icon48.png", "128": "gfx\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |