TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

Co to jest TurboGPT - Super Powers in your Chat GPT?

TurboGPT - Super Powers in your Chat GPT to rozszerzenie Chrome opracowane przez Atools, a jego główną funkcją jest „Install Super Powers in your Chat GPT”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia TurboGPT - Super Powers in your Chat GPT

Pobierz pliki rozszerzeń TurboGPT - Super Powers in your Chat GPT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
Oficjalny URL https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
Opis Install Super Powers in your Chat GPT
Rozmiar pliku 470 KB
Liczba instalacji 41
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2023-08-09
Data Publikacji 2023-07-31
Deweloper Atools
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://turboadfinder.app/privacy-policy.pdf
Obsługiwane Języki 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"
    }
}