TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

Wat is TurboGPT - Super Powers in your Chat GPT?

TurboGPT - Super Powers in your Chat GPT is een Chrome-extensie ontwikkeld door Atools, en de belangrijkste functie is "Install Super Powers in your Chat GPT".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TurboGPT - Super Powers in your Chat GPT

Download TurboGPT - Super Powers in your Chat GPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
Officiële URL https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
Beschrijving Install Super Powers in your Chat GPT
Bestandsgrootte 470 KB
Aantal Installaties 41
Huidige Versie 0.0.5
Laatst Bijgewerkt 2023-08-09
Publicatiedatum 2023-07-31
Ontwikkelaar Atools
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://turboadfinder.app/privacy-policy.pdf
Ondersteunde Talen 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"
    }
}