Vent.ly

A mood-based chatbot that helps you vent.

Vent.lyとは何ですか?

Vent.lyはdrew.vanlanenによって開発されたChromeの拡張機能で、その主な機能は「A mood-based chatbot that helps you vent.」です。

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

screenshot

Vent.ly拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Title: Vent.ly - Your Virtual Therapist Friend

Description:

Vent.ly is a personal therapy assistant designed to help you navigate through your emotions and thoughts right within your browser. With Vent.ly, you can conveniently share your feelings, seek advice, or receive emotional support from a virtual therapist friend powered by advanced AI technology.

Whether you need a listening ear or some words of wisdom, Vent.ly is here to provide an empathetic and understanding response. Simply choose between "Advice" or "Support" modes and type in what's on your mind to receive a tailored response in just a few moments. Vent.ly aims to make emotional support accessible anytime and anywhere, giving you a safe space to express yourself.

Experience the power of AI-enhanced conversation and find solace in Vent.ly - your reliable virtual therapist friend.                    

拡張機能の基本情報

名前 Vent.ly Vent.ly
ID nhedgbgdffmdfefnfegkdhfmcdcgjdfj
公式URL https://chromewebstore.google.com/detail/vently/nhedgbgdffmdfefnfegkdhfmcdcgjdfj
説明 A mood-based chatbot that helps you vent.
ファイルサイズ 57.82 KB
インストール数 60
現在のバージョン 1.1
最終更新日 2023-04-28
公開日 2023-04-28
評価 5.00/5 合計 1 レビュー
開発者 drew.vanlanen
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vent.ly",
    "version": "1.1",
    "manifest_version": 3,
    "description": "A mood-based chatbot that helps you vent.",
    "icons": {
        "48": "icon.png"
    },
    "host_permissions": [
        "https:\/\/ktcuascygh.execute-api.us-east-1.amazonaws.com\/ventApp"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    }
}