Madea AI - Unlimited, Fast Access To ChatGPT.

Your favorite User-Friendly ChatGPT Personal Assistant with just Cmd/Ctrl A

Madea AI - Unlimited, Fast Access To ChatGPT. क्या है?

Madea AI - Unlimited, Fast Access To ChatGPT. madea द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Your favorite User-Friendly ChatGPT Personal Assistant with just Cmd/Ctrl A"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Madea AI - Unlimited, Fast Access To ChatGPT. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Madea AI is a personal assistant that fires up OpenAI's ChatGPT with Cmd/Ctrl A. It offers user friendly access to ChatGPT with simple and interactive interface. 

🌟 It is 100% FREE. Unlimited access to ChatGPT.
🌟 Faster response time.
🌟 Talk to ChatGPT from any webpage without navigating away.
🌟 No registration or log in required.
🌟 No limits.
🌟 No reloading due to timeouts.
🌟 No human verification stuff.

Simple to use: Just install and press Cmd(mac) or Ctrl(windows) and A. That's it!
1. Cmd/Ctrl A to launch Madea AI and type in your prompt in the top bar.
2. Select text on your current webpage and hit Cmd/Ctrl A to automatically paste your selected text for Madea AI to use as context. e.g Select an email text and enter "summarize" in the prompt bar above.

Generate killer-marketing copies, writes and reply emails faster, ask funny questions etc with only 2 keystrokes: Cmd/Ctrl A.

Currently using ChatGPT 3.5 version.                    

एक्सटेंशन की मूल जानकारी

नाम Madea AI - Unlimited, Fast Access To ChatGPT. Madea AI - Unlimited, Fast Access To ChatGPT.
ID fmgnpfdbmgpindgmdddiejkmkphpefmf
आधिकारिक URL https://chromewebstore.google.com/detail/madea-ai-unlimited-fast-a/fmgnpfdbmgpindgmdddiejkmkphpefmf
विवरण Your favorite User-Friendly ChatGPT Personal Assistant with just Cmd/Ctrl A
फ़ाइल का आकार 236 KB
स्थापना संख्या 87
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-02-21
प्रकाशन तिथि 2023-02-20
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर madea
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://madea.ai
सहायता पृष्ठ URL https://madea.ai
गोपनीयता नीति पृष्ठ URL https://madea.ai/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Madea AI - Unlimited, Fast Access To ChatGPT.",
    "description": "Your favorite User-Friendly ChatGPT Personal Assistant with just Cmd\/Ctrl A",
    "version": "1.0.0",
    "action": {
        "default_popup": "madea.html",
        "default_icon": "images\/madea48.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "copy.png",
                "images\/*",
                "Raleway-Regular.ttf",
                "Raleway-SemiBold.ttf"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "launch-dialogs": {
            "suggested_key": {
                "default": "Ctrl+A",
                "mac": "Command+A"
            },
            "description": "Keyboard shortcut"
        }
    },
    "permissions": [
        "activeTab"
    ],
    "icons": {
        "16": "images\/madea16.png",
        "32": "images\/madea32.png",
        "48": "images\/madea48.png",
        "128": "images\/madea128.png"
    }
}