ChatGPT Chrome Extension - Silly Ai

Chat GPT powered writing companion that enables you to write, rewrite, and translate anything anywhere.

ChatGPT Chrome Extension - Silly Ai क्या है?

ChatGPT Chrome Extension - Silly Ai https://getsilly.in द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chat GPT powered writing companion that enables you to write, rewrite, and translate anything anywhere."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में ChatGPT Chrome Extension - Silly Ai एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        👋 Say hello to Silly AI's ChatGPT Chrome Extension, your new writing partner! Designed to simplify and elevate your writing process, this extension is as feather-light and unobtrusive as they come. No more cluttered workspace - we're all about a seamless, widget-free experience. 🚫💻

This easy-to-use tool is supercharged by ChatGPT and is operational on practically any website. Need to jot down a comment, draft an email, create social media content, or even fill out a job application? 📝 Silly AI's ChatGPT extension has got you covered.

Just write it with a '>>' symbol then your prompt and hit Enter or Return key(⏎) on your keyboard. 

Example👉  >>write a joke ⏎

and sit back to watch the AI do its magic! 🪄✨

Our promise to you is an uninterrupted writing process. Forget about copy-pasting or unnecessary clicking - Silly AI is all about maintaining your writing flow. 🌊 This extension works on almost all websites, from Google Docs to spreadsheets, bringing AI efficiency to your fingertips.👌

But Silly AI's ChatGPT extension isn't just about writing. You can rewrite, summarize, translate, explain, and even reply to texts anywhere, all with a single command. 📚🌍 And guess what? No ChatGPT (OpenAI) account is required! Plus, you get 20000 free tokens every month for your daily tasks. 🎉

What's more, Silly AI's ChatGPT extension delivers consistently high speed and quality for all users, free or premium. Choose your preferred AI - OpenAI's Chat GPT, Google's BARD, or our unique hybrid API for diverse content. 🚀

Add a personal touch to your writing by setting the tone, verbosity, or creativity per site - make it professional for LinkedIn, casual for Twitter, or extra creative for Google Docs. 🕴️💃🎨 Silly AI remembers your preferences, so you only have to set it once.

Remembering complex commands or shortcuts is a thing of the past. 📜 With Silly AI's ChatGPT extension, just type '>>', your prompt, and hit Enter. Want to give your AI assistant a unique name? Go right ahead! 🎈

Your experience with Silly AI's ChatGPT extension is just like using ChatGPT, but without the need to visit a separate site. Pay the same amount and recharge tokens as needed, with an easy-to-track system right within your browser. Plus, we're all about privacy. 🔒 Your prompts and writing history are saved locally and deleted once you refresh the page.

So, ready for a smoother, more efficient writing experience? 👍

1. Click "Add to Chrome" at the top-right corner. 🖱️
2. Refresh your open tabs to activate the extension. 🔄
3. Type '>>' followed by your prompt and hit Enter. ⌨️

Welcome to the future of writing with Silly AI’s ChatGPT Chrome Extension. Your words, our magic. 🌈🖊️                    

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

नाम ChatGPT Chrome Extension - Silly Ai ChatGPT Chrome Extension - Silly Ai
ID gabfffndnhbbjlgmbogpfaciajcbpkdn
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gabfffndnhbbjlgmbogpfaciajcbpkdn
विवरण Chat GPT powered writing companion that enables you to write, rewrite, and translate anything anywhere.
फ़ाइल का आकार 332 KB
स्थापना संख्या 186
वर्तमान संस्करण 2.2.6
अंतिम अपडेट 2023-07-01
प्रकाशन तिथि 2023-06-30
रेटिंग 4.73/5 कुल 15 रेटिंग्स
डेवलपर https://getsilly.in
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://getsilly.in
सहायता पृष्ठ URL https://getsilly.in/contact
गोपनीयता नीति पृष्ठ URL https://extfolk.com/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "2.2.6",
    "name": "ChatGPT Chrome Extension - Silly Ai",
    "description": "Chat GPT powered writing companion that enables you to write, rewrite, and translate anything anywhere.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "action": {
        "default_title": "Silly Ai - Write, Rewrite, Translate",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "identity",
        "storage",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/docs.google.com\/spreadsheets\/*",
                "*:\/\/linkedin.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/facebook.com\/*"
            ],
            "js": [
                "anySite.js"
            ],
            "all_Frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/gdocs-enable-annotated-canvas.js"
            ],
            "world": "MAIN"
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "js": [
                "gdocs.js"
            ],
            "all_Frames": false,
            "run_at": "document_end"
        }
    ],
    "oauth2": {
        "client_id": "757131444092-fo11tjkrrlkjej4gldtonp6agavt6ss5.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlGbTtBkb6eqShoZMWYCLmblLLuh7FDSGIDTekEGiaC53OHYWVcOyLfyvR6qcc\/woGQlv2P+i8mEsvLyQRx+NeqXl68j43I5ZfCViwKIMgoJa3II7EqMlon9b8nq61ixH0TKEMwK846J9r\/hZoodLsWTY+uCdvrks7OhHk0FfsBdmENiZsByV4+nYwamTkdEiAoTWVqg\/u4bO+feR3OcH4h7tl8q\/nNorZpG4R+TgqG4\/wrwCDAZnBHT5ULyARnTpXVtCvt\/e08aKrLrxrbmZh367\/81UWVFsddsWgughXoalbHrvkOoCZ1xXCwjGBEm6SQ6y1yGEJ847McXpmPgsuQIDAQAB"
}