Tab Monster: Virtual Pet

Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.

Hvad er Tab Monster: Virtual Pet?

Tab Monster: Virtual Pet er en Chrome-udvidelse udviklet af GHTH, og dens hovedfunktion er "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.".

Udvidelsesskærmbilleder

screenshot

Download Tab Monster: Virtual Pet-udvidelses-CRX-fil

Download Tab Monster: Virtual Pet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.                    

Grundlæggende oplysninger om udvidelsen

Navn Tab Monster: Virtual Pet Tab Monster: Virtual Pet
ID cfdecibhfojckfkmfpdioffpbalnmhaj
Officiel URL https://chrome.google.com/webstore/detail/tab-monster-virtual-pet/cfdecibhfojckfkmfpdioffpbalnmhaj
Beskrivelse Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.
Filstørrelse 547 KB
Antal Installationer 3,000
Nuværende Version 1.0.1
Senest Opdateret 2020-05-05
Udgivelsesdato 2020-05-05
Bedømmelse 3.33/5 Samlet 12 Bedømmelser
Udvikler GHTH
Betalingsmetode free
Understøttede Sprog en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Monster: Virtual Pet",
    "version": "1.0.1",
    "description": "Your own virtual pet, which will hatch and live in your browser. You can play with it, and it will develop its own personality.",
    "icons": {
        "128": "assets\/logo-128.png",
        "48": "assets\/logo-48.png",
        "16": "assets\/logo-16.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}