TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

Was ist TurboGPT - Super Powers in your Chat GPT?

TurboGPT - Super Powers in your Chat GPT ist eine Chrome-Erweiterung, die von Atools entwickelt wurde, und ihr Hauptmerkmal ist "Install Super Powers in your Chat GPT".

Erweiterungsscreenshots

screenshot

TurboGPT - Super Powers in your Chat GPT-Erweiterungs-CRX-Datei herunterladen

Laden Sie TurboGPT - Super Powers in your Chat GPT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
Offizielle URL https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
Beschreibung Install Super Powers in your Chat GPT
Dateigröße 470 KB
Installationsanzahl 41
Aktuelle Version 0.0.5
Letztes Update 2023-08-09
Veröffentlichungsdatum 2023-07-31
Entwickler Atools
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://turboadfinder.app/privacy-policy.pdf
Unterstützte Sprachen 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"
    }
}