ChatGPT Suffixes

Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.

ChatGPT Suffixes क्या है?

ChatGPT Suffixes dara_tobi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT."।

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

screenshot

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

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

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

                        This extension lets you add suffixes that will be sent along with every one of the questions that you ask ChatGPT.                    

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

नाम ChatGPT Suffixes ChatGPT Suffixes
ID oehgfocgldkopdjdkeikddcdkdechplm
आधिकारिक URL https://chromewebstore.google.com/detail/chatgpt-suffixes/oehgfocgldkopdjdkeikddcdkdechplm
विवरण Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.
फ़ाइल का आकार 11.81 KB
स्थापना संख्या 57
वर्तमान संस्करण 1.0.7
अंतिम अपडेट 2023-06-04
प्रकाशन तिथि 2023-04-12
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर dara_tobi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/dara_tobi
सहायता पृष्ठ URL https://twitter.com/dara_tobi
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Dara Oladosu",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "description": "Add and manage suffixes that will be appended to each of the questions that you ask ChatGPT.",
    "icons": {
        "48": "chat-gpt-suffixes.png"
    },
    "manifest_version": 3,
    "name": "ChatGPT Suffixes",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "short_name": "ChatGPT Suffixes",
    "version": "1.0.7"
}