TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

What is TurboGPT - Super Powers in your Chat GPT?

TurboGPT - Super Powers in your Chat GPT is a Chrome extension developed by Atools, and its main feature is "Install Super Powers in your Chat GPT".

Extension Screenshots

screenshot

Download TurboGPT - Super Powers in your Chat GPT Extension CRX File

Download TurboGPT - Super Powers in your Chat GPT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
Official URL https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
Description Install Super Powers in your Chat GPT
File Size 470 KB
Installation Count 41
Current Version 0.0.5
Last Updated 2023-08-09
Publish Date 2023-07-31
Developer Atools
Email [email protected]
Payment Type free
Privacy Policy Page URL https://turboadfinder.app/privacy-policy.pdf
Supported Languages 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"
    }
}