Rewordee - AI ChatGPT for Youtube

Summarize, Query, Translate & Commentate Youtube videos with AI.

Τι είναι το Rewordee - AI ChatGPT for Youtube;

Το Rewordee - AI ChatGPT for Youtube είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rewordee, και η κύρια λειτουργία του είναι "Summarize, Query, Translate & Commentate Youtube videos with AI.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Rewordee - AI ChatGPT for Youtube

Λήψη αρχείων επέκτασης Rewordee - AI ChatGPT for Youtube σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Unlock your productivity and fuel your creativity with AI ChatGPT for Youtube!

💡 Summarize:
• Power your understanding with video summaries!
• Absorb key information swiftly with your own adaptable custom prompts.
• Copy summaries with a single click.

🎯 Query:
• Engage in interactive chats and pose questions about videos!
• Receive intelligent responses and AI-generated insights.
• Hold conversations in a variety of languages.

🌍 Translate:
• Decipher YouTube transcripts and subtitles of different languages!
• Experience dual language subtitles.
• Freely save & edit translated or non-translated subtitles as simple txt files.

🎭 Commentate:
• Invent an AI persona to react to your favorite videos!
• Play their reactions as subtitles on-screen!
• Save the reactions you like. 


Other Features:
• Personalize the style of your subtitles.
• Download, edit & upload transcripts as txt files. Uploaded transcripts can be played as subtitles with Rewordee.
• Pre-fill ChatGPT (chat.openai.com) with a single click.
• Customizable prompt for summarizing.
• Light/Dark modes.
• Tailor the interface to your liking. Show or hide individual buttons as you prefer.
• A handy button to discreetly tuck away Rewordee when not in use.
• Languages: English, Arabic, Chinese (Simplified), Chinese (Traditional), French, German, Hindi, Indonesian, Japanese, Korean, Portuguese & Russian.


🎉 Never pay extra for AI Chat again!
• Rewordee gives you direct access to the wholesaler of AI, "OpenAI".
• You can get your OpenAI API key at: https://platform.openai.com/account/api-keys
• You are free to set whatever usage limits you like at: https://platform.openai.com/account/billing/limits


____________________________
Frequently Asked Questions:

Who is OpenAI and what is the OpenAI API Key?
OpenAI is the AI research institute behind the creation of ChatGPT. An OpenAI API Key is a password that is normally reserved for developers to access AI capabilities.

Why does the app request "Read access to browser history"?
When the "Hide/show interface" button is clicked, it will hide/show Rewordee across all browser tabs that are on "Youtube.com". Your browser history is never read, collected, used, stored or otherwise handled in any way.

Is there an in-app purchase?
The AI features can all be accessed after a one-time payment of $1.99. The transcript and subtitle features are free to use.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Rewordee - AI ChatGPT for Youtube Rewordee - AI ChatGPT for Youtube
ID goggcpmlebgpfjecedpppoefjcggblgm
Επίσημο URL https://chromewebstore.google.com/detail/rewordee-ai-chatgpt-for-y/goggcpmlebgpfjecedpppoefjcggblgm
Περιγραφή Summarize, Query, Translate & Commentate Youtube videos with AI.
Μέγεθος Αρχείου 772 KB
Αριθμός Εγκαταστάσεων 22
Τρέχουσα Έκδοση 1.01
Τελευταία Ενημέρωση 2023-07-31
Ημερομηνία Δημοσίευσης 2023-07-14
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Rewordee
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Διεύθυνση URL της Σελίδας Βοήθειας https://sites.google.com/view/rewordeehelppage/home
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/rewordee-privacy-policy-chr
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "Rewordee - AI ChatGPT for Youtube",
    "description": "Summarize, Query, Translate & Commentate Youtube videos with AI.",
    "version": "1.01",
    "icons": {
        "48": "images\/icon-48.png",
        "96": "images\/icon-96.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png",
        "512": "images\/icon-512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "ExtPay.js",
                "tiktoken.bundle.js",
                "embeddings.bundle.js",
                "schema.bundle.js",
                "prompts.bundle.js",
                "memvectorstore.bundle.js",
                "chatmodels.bundle.js",
                "chains.bundle.js",
                "textsplitter.bundle.js",
                "memory.bundle.js",
                "langchain.bundle.js",
                "helper.js",
                "theme.js",
                "subtitles.js",
                "translate.js",
                "summarize.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "js": [
                "chat_site.js"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-chr-16.png",
            "19": "images\/icon-chr-20.png",
            "32": "images\/icon-chr-32.png",
            "38": "images\/icon-chr-40.png",
            "48": "images\/icon-chr-48.png",
            "72": "images\/icon-chr-72.png"
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    }
}