TurboGPT - Super Powers in your Chat GPT

Install Super Powers in your Chat GPT

ما هو TurboGPT - Super Powers in your Chat GPT؟

TurboGPT - Super Powers in your Chat GPT هو إضافة Chrome تم تطويرها بواسطة Atools، والميزة الرئيسية لها هي "Install Super Powers in your Chat GPT".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TurboGPT - Super Powers in your Chat GPT

قم بتنزيل ملفات الامتداد TurboGPT - Super Powers in your Chat GPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم TurboGPT - Super Powers in your Chat GPT TurboGPT - Super Powers in your Chat GPT
ID npjijhcldnpogmdnjcmgideokcljlokg
عنوان URL الرسمي https://chromewebstore.google.com/detail/turbogpt-super-powers-in/npjijhcldnpogmdnjcmgideokcljlokg
الوصف Install Super Powers in your Chat GPT
حجم الملف 470 KB
عدد التثبيتات 41
النسخة الحالية 0.0.5
آخر تحديث 2023-08-09
تاريخ النشر 2023-07-31
المطور Atools
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://turboadfinder.app/privacy-policy.pdf
اللغات المدعومة 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"
    }
}