Therapy Pet

Cute images for you when you are sad

Therapy Petとは何ですか?

Therapy Petはdavidyu37によって開発されたChromeの拡張機能で、その主な機能は「Cute images for you when you are sad」です。

拡張機能のスクリーンショット

screenshot

Therapy Pet拡張機能のCRXファイルをダウンロード

Therapy Pet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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~"                    

拡張機能の基本情報

名前 Therapy Pet Therapy Pet
ID dppfkiegdpndagfcmhbpjfcnbodekgoa
公式URL https://chromewebstore.google.com/detail/therapy-pet/dppfkiegdpndagfcmhbpjfcnbodekgoa
説明 Cute images for you when you are sad
ファイルサイズ 79.92 KB
インストール数 27
現在のバージョン 1.0.1
最終更新日 2022-04-04
公開日 2022-03-28
開発者 davidyu37
Eメール [email protected]
支払い方法 free
対応言語 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": [
        ""
    ]
}