Summary with ChatGPT for Google and YouTube

Summarize Google search results and YouTube video summaries with ChatGPT in one click.

Summary with ChatGPT for Google and YouTubeคืออะไร?

Summary with ChatGPT for Google and YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dunkum Sherwin และคุณลักษณะหลักของมันคือ "Summarize Google search results and YouTube video summaries with ChatGPT in one click."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Summary with ChatGPT for Google and YouTube

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

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

                        ❤️Learn better with ChatGPT 
💫How to use it?
➡️ After install this extension, it will jump to option Page. You can select and set API Provider
➡️ If you tend to use ChatGPT Webapp as AI Provider, It is free but sometimes unstable,and  mention you "Please login and pass Cloudflare".
➡️ So we recommend you use your own OpenAI API key. How to get your own OpenAI API key?
➡️ Login https://platform.openai.com and then click your personal account setting, you can see "View API keys".Finally Create a new secret key or copy the key that you created before.
➡️ Paste your OpenAI API key to AI Provider and save your config.You can get the summary alongside Google search results or Youtube videos summary now. 

🙋Q&A
👉Q1:What is ChatGPT?
🚀A1:ChatGPT is an OpenAI-developed language model that utilizes a large pre-trained Transformer-based neural network to generate human-like text in response to user prompts. With its diverse range of training on internet text, ChatGPT can provide responses on various topics, such as general knowledge, conversations, and creative writing.

👉Q2:What is Google/YouTube Summary with ChatGPT?
🚀A2:It is an extension that displays a summary of ChatGPT in Google search results simultaneously.In addition,you can also get summary of the YouTube videos.

👉Q3:Is Google/YouTube Summary with ChatGPT free?
🚀Q3:Although our extension is currently free, we are exploring the possibility of introducing a small paywall to sustain the service in the future. By upgrading to the paid service, you will enjoy faster response times, unrestricted access, and high-priority customer support. Our ultimate goal is to provide you with the best possible service in a way that is affordable and accessible to everyone.

👉Q4:Do I need to create a ChatGPT/OpenAI account to use this extension?
🚀Q4:Yes, you must have a ChatGPT account to use this extension. You can create a free account at chat.openai.com.                    

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

ชื่อ Summary with ChatGPT for Google and YouTube Summary with ChatGPT for Google and YouTube
ID gfecljmddkaiphnmhgaeekgkadnooafb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/summary-with-chatgpt-for/gfecljmddkaiphnmhgaeekgkadnooafb
คำอธิบาย Summarize Google search results and YouTube video summaries with ChatGPT in one click.
ขนาดไฟล์ 321 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.13
อัปเดตครั้งล่าสุด 2024-02-28
วันที่เผยแพร่ 2023-03-05
คะแนน 4.48/5 รวมทั้งหมด 42 คะแนน
ผู้พัฒนา Dunkum Sherwin
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://notegpt.io/google-summary-extension-privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.13",
    "manifest_version": 3,
    "icons": {
        "16": "logo.png",
        "32": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "host_permissions": [
        "https:\/\/*.openai.com\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "",
                "*:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}