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

Cos'è Ryf.ai | A free ChatGPT AI rewriter?

Ryf.ai | A free ChatGPT AI rewriter è un'estensione di Chrome sviluppata da Damiano Rodriguez, e la sua funzione principale è "A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ryf.ai | A free ChatGPT AI rewriter

Scarica i file di estensione Ryf.ai | A free ChatGPT AI rewriter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Ryf.ai | A free ChatGPT AI rewriter Ryf.ai | A free ChatGPT AI rewriter
ID ihedhionpjodbfkepamdlkadkmipccia
URL Ufficiale https://chromewebstore.google.com/detail/ryfai-a-free-chatgpt-ai-r/ihedhionpjodbfkepamdlkadkmipccia
Descrizione A free Chrome extension that instantly rewrites any highlighted text inside editable textareas, with the help of ChatGPT technology
Dimensione del File 240 KB
Conteggio Installazioni 338
Versione Corrente 0.0.3
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2023-02-13
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Damiano Rodriguez
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ryf.ai/
URL della Pagina di Aiuto https://ryf.ai/
URL della Pagina della Politica sulla Privacy https://ryf.ai/privacy.html
Lingue Supportate 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"
            ]
        }
    ]
}