Vent.ly

A mood-based chatbot that helps you vent.

What is Vent.ly?

Vent.ly is a Chrome extension developed by drew.vanlanen, and its main feature is "A mood-based chatbot that helps you vent.".

Extension Screenshots

screenshot

Download Vent.ly Extension CRX File

Download Vent.ly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Vent.ly Vent.ly
ID nhedgbgdffmdfefnfegkdhfmcdcgjdfj
Official URL https://chromewebstore.google.com/detail/vently/nhedgbgdffmdfefnfegkdhfmcdcgjdfj
Description A mood-based chatbot that helps you vent.
File Size 57.82 KB
Installation Count 60
Current Version 1.1
Last Updated 2023-04-28
Publish Date 2023-04-28
Rating 5.00/5 Total 1 Ratings
Developer drew.vanlanen
Email [email protected]
Payment Type free
Supported Languages 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'"
    }
}