TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

Cos'è TurboGPT - Super Powers in your Chat GPT?

TurboGPT - Super Powers in your Chat GPT è un'estensione di Chrome sviluppata da Atools, e la sua funzione principale è "Install Super Powers in your Chat GPT".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TurboGPT - Super Powers in your Chat GPT

Scarica i file di estensione TurboGPT - Super Powers in your Chat GPT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
URL Ufficiale https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
Descrizione Install Super Powers in your Chat GPT
Dimensione del File 470 KB
Conteggio Installazioni 41
Versione Corrente 0.0.5
Ultimo Aggiornamento 2023-08-09
Data di Pubblicazione 2023-07-31
Sviluppatore Atools
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://turboadfinder.app/privacy-policy.pdf
Lingue Supportate 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"
    }
}