Therapy Pet

Cute images for you when you are sad

Was ist Therapy Pet?

Therapy Pet ist eine Chrome-Erweiterung, die von davidyu37 entwickelt wurde, und ihr Hauptmerkmal ist "Cute images for you when you are sad".

Erweiterungsscreenshots

screenshot

Therapy Pet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Therapy Pet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        In life, horrible things happen outside of our control. We might give into the negative emotions. This extension helps you to lighten the mood whenever you're caught in a bad mood. Using sentiment analysis, when negative sentiment is picked from the words you type, the browser will show you a cute cat that you can't resist, but go, "Aw~"                    

Grundlegende Informationen zur Erweiterung

Name Therapy Pet Therapy Pet
ID dppfkiegdpndagfcmhbpjfcnbodekgoa
Offizielle URL https://chromewebstore.google.com/detail/therapy-pet/dppfkiegdpndagfcmhbpjfcnbodekgoa
Beschreibung Cute images for you when you are sad
Dateigröße 79.92 KB
Installationsanzahl 27
Aktuelle Version 1.0.1
Letztes Update 2022-04-04
Veröffentlichungsdatum 2022-03-28
Entwickler davidyu37
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Therapy Pet",
    "description": "Cute images for you when you are sad",
    "version": "1.0.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [],
    "host_permissions": [
        ""
    ]
}