TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

Qu'est-ce que TurboGPT - Super Powers in your Chat GPT ?

TurboGPT - Super Powers in your Chat GPT est une extension Chrome développée par Atools, et sa fonction principale est "Install Super Powers in your Chat GPT".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TurboGPT - Super Powers in your Chat GPT

Téléchargez les fichiers d'extension TurboGPT - Super Powers in your Chat GPT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
URL Officiel https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
Description Install Super Powers in your Chat GPT
Taille du Fichier 470 KB
Nombre d'Installations 41
Version Actuelle 0.0.5
Dernière Mise à Jour 2023-08-09
Date de Publication 2023-07-31
Développeur Atools
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://turboadfinder.app/privacy-policy.pdf
Langues Prises en Charge 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"
    }
}