TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

TurboGPT - Super Powers in your Chat GPT क्या है?

TurboGPT - Super Powers in your Chat GPT Atools द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Install Super Powers in your Chat GPT"।

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

screenshot

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

crx प्रारूप में TurboGPT - Super Powers in your Chat GPT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        Install and create with one click thousands of special powers for your ChatGPT!

With TurboGPT you will find hundreds of special prompts to transform your ChatGPT, such as: Prompts to create Ads, Copywriting, Content for social networks and even one-click programming.                    

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

नाम TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
आधिकारिक URL https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
विवरण Install Super Powers in your Chat GPT
फ़ाइल का आकार 470 KB
स्थापना संख्या 41
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2023-08-09
प्रकाशन तिथि 2023-07-31
डेवलपर Atools
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://turboadfinder.app/privacy-policy.pdf
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TurboGPT - Super Powers in your Chat GPT",
    "description": "Install Super Powers in your Chat GPT",
    "version": "0.0.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "use_dynamic_url": true,
            "resources": [
                "contentScript.js",
                "*.png",
                "*.svg",
                "styles\/*.css"
            ],
            "matches": [
                "*:\/\/*.openai.com\/*"
            ]
        },
        {
            "use_dynamic_url": true,
            "resources": [
                "startm.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "tabs"
    ],
    "action": {
        "default_title": "Install Super Powers in your Chat GPT",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/icons\/icon.png",
            "128": "\/icons\/icon.png"
        }
    },
    "icons": {
        "16": "\/icons\/icon.png",
        "128": "\/icons\/icon.png"
    }
}