Ryf.ai | A free ChatGPT AI rewriter

A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology

¿Qué es Ryf.ai | A free ChatGPT AI rewriter?

Ryf.ai | A free ChatGPT AI rewriter es una extensión de Chrome desarrollada por Damiano Rodriguez, y su función principal es "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Ryf.ai | A free ChatGPT AI rewriter

Descarga archivos de extensión Ryf.ai | A free ChatGPT AI rewriter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Ryfai is a FOREVER FREE GPT AI-powered writing assistant that helps you write faster, better, and easier.

This extension can:
- Write emails for you with smart suggestions
- Generate content for any purpose with GPT-3 AI
- Rewrite and rephrase your writing to improve grammar, style, and tone
- Autocomplete sentences as you type
- Show you examples of different writing styles and genres

Ryfai is here to be your personal writing coach and tool.
Download it today and unleash your creativity!                    

Información Básica de la Extensión

Nombre Ryf.ai | A free ChatGPT AI rewriter Ryf.ai | A free ChatGPT AI rewriter
ID ihedhionpjodbfkepamdlkadkmipccia
URL Oficial https://chromewebstore.google.com/detail/ryfai-a-free-chatgpt-ai-r/ihedhionpjodbfkepamdlkadkmipccia
Descripción A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology
Tamaño del Archivo 240 KB
Cantidad de Instalaciones 338
Versión Actual 0.0.3
Última Actualización 2023-05-09
Fecha de Publicación 2023-02-13
Calificación 3.33/5 Total de 3 Calificaciones
Desarrollador Damiano Rodriguez
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://ryf.ai/
URL de la Página de Ayuda https://ryf.ai/
URL de la Página de Política de Privacidad https://ryf.ai/privacy.html
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ryf.ai | A free ChatGPT AI rewriter",
    "description": "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology",
    "version": "0.0.3",
    "icons": {
        "512": "images\/icon.png"
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.openai.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "images\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "resources": [
                "assets\/jsxRuntime.module.41d724e6.js",
                "assets\/main.tsx.42b49a34.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/main.tsx-loader.207dc97d.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "match_about_blank": true,
            "css": [
                "assets\/main.b04d3870.css"
            ]
        }
    ]
}