Fishtank

Fill your personal aquarium with beautiful digital fish.

Fishtank क्या है?

Fishtank Fishtank द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fill your personal aquarium with beautiful digital fish."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fishtank एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Fishtank Fishtank
ID hblgnkilfpgjgncgjjkdckoimlbfjlko
आधिकारिक URL https://chromewebstore.google.com/detail/fishtank/hblgnkilfpgjgncgjjkdckoimlbfjlko
विवरण Fill your personal aquarium with beautiful digital fish.
फ़ाइल का आकार 208 KB
स्थापना संख्या 12,234
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2020-05-27
प्रकाशन तिथि 2020-05-26
रेटिंग 3.98/5 कुल 40 रेटिंग्स
डेवलपर Fishtank
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}