ChatGPT Prompts Master

ChatGPT Prompts Master chrome extension enables you to generate unlimited prompts on ChatGPT. Create Customizable GPT prompts.

ChatGPT Prompts Masterคืออะไร?

ChatGPT Prompts Master เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ChatGPT Prompts และคุณลักษณะหลักของมันคือ "ChatGPT Prompts Master chrome extension enables you to generate unlimited prompts on ChatGPT. Create Customizable GPT prompts."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Prompts Master

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Prompts Master ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Install ChatGPT Prompts master and easily find the perfect prompts for your needs. 

With this extension, you can select the language, tone, and style of prompt you're looking for and instantly get a curated list of options that match your criteria. 

Whether you're writing for SEO, marketing, sales, or any other purpose, this extension has you covered. Simply select the language you want to write in, choose the tone that best fits your brand or message, and pick the style of writing you're looking for. Then, sit back and let the extension do the work for you. 

This extension is perfect for anyone who wants to save time and find the perfect prompts quickly and easily.  

 

Key Features of ChatGPT Promts Master  

>>Customized prompts: Select the language, tone, and style of prompt to instantly get a curated list of options that match your criteria. 

>>Relevant results: Our extension provides a curated list of options that match your criteria, ensuring that you find the most relevant prompts for your needs. 

>>Time-saving: Save time and find the perfect prompts quickly and easily with our intuitive interface and powerful search capabilities. 

>>Easy to use: With our user-friendly interface, you can easily select the language, tone, and style of writing you're looking for, and let the extension do the work for you. 

>>Efficient: Our extension is designed to help you find the perfect prompts in no time, so you can focus on what really matters - creating great content. 

>>Enhanced productivity: By eliminating the need for manual prompt research, you can enhance your productivity. 

>>Free and easy to install: Our extension is free to use and easy to install, so you can start using it right away.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Prompts Master ChatGPT Prompts Master
ID ojdlbmkignfbknpnhbefgojlfdnffdde
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-prompts-master/ojdlbmkignfbknpnhbefgojlfdnffdde
คำอธิบาย ChatGPT Prompts Master chrome extension enables you to generate unlimited prompts on ChatGPT. Create Customizable GPT prompts.
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 2,138
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-04-08
วันที่เผยแพร่ 2023-04-08
ผู้พัฒนา ChatGPT Prompts
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://drive.google.com/file/d/1EbV03uA9uDC5IGX0Y6ppBulLOvECmpq4/view?usp=sharing
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Prompts Master",
    "version": "1.0.0",
    "description": "ChatGPT Prompts Master chrome extension enables you to generate unlimited prompts on ChatGPT. Create Customizable GPT prompts.",
    "action": {
        "default_title": "ChatGPT Prompts Master",
        "default_icon": {
            "16": "assets\/Icon_16.png",
            "32": "assets\/Icon_32.png",
            "64": "assets\/Icon_64.png",
            "128": "assets\/Icon_128.png",
            "2000": "assets\/Icon_2000.png"
        }
    },
    "icons": {
        "16": "assets\/Icon_16.png",
        "32": "assets\/Icon_32.png",
        "64": "assets\/Icon_64.png",
        "128": "assets\/Icon_128.png",
        "2000": "assets\/Icon_2000.png"
    },
    "host_permissions": [
        "https:\/\/chat.openai.com\/chat\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end",
            "type": "module"
        }
    ],
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "script.js",
                ".\/assets\/*",
                "*.svg"
            ]
        }
    ]
}