YouTube Summary and Views with ChatGPT

Track YouTube title/thumbnail changes, view history, get AI summaries & full transcripts.

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

YouTube Summary and Views with ChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://creatorml.com และคุณลักษณะหลักของมันคือ "Track YouTube title/thumbnail changes, view history, get AI summaries & full transcripts."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing CreatorML, an AI-powered Chrome extension designed to revolutionize your YouTube viewing experience. Powered by OpenAI's ChatGPT and GPT-4 models, this tool offers you an in-depth analysis of YouTube videos, along with the ability to monitor the evolution of video titles, thumbnails, and viewership.

 - AI-Generated Summaries and Key Takeaways: Enhance your viewing experience with the extension's summary feature. Click on the 'Summary' tab to generate a concise, AI-powered synopsis of any YouTube video. In just a few seconds, you'll receive the most important key takeaways, providing you with the essence of the content at your convenience.

 - Transcripts: Get a deeper understanding of every video with full transcripts, ensuring you won't miss a beat of your favorite content.

 - Track Changes Over Time: Like a time machine for YouTube videos, CreatorML allows you to view a snapshot of the video's title, thumbnail, transcript, and views each time someone with this extension visits the page. This anonymous data collection lets you visualize how the video's presentation and popularity have shifted over time.

 - View History Analysis: Witness the journey of your favorite content over time. CreatorMK offers a graphical representation of a video's view history, showcasing how changes in title or thumbnail have impacted viewer engagement.

CreatorML offers a unique window into the strategies and trends of YouTube creators, enhancing your viewing and learning experience. Whether you're a casual viewer, a content creator, or a researcher, this tool adds an enriching new layer to your YouTube browsing.

For more information, please visit:

Terms of Service: https://creatorml.com/legal
Privacy Policy: https://creatorml.com/privacy

Experience YouTube like never before, with CreatorML!                    

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

ชื่อ YouTube Summary and Views with ChatGPT YouTube Summary and Views with ChatGPT
ID flcnlfhmbofndllkfdnkkbcbopllimfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-summary-and-views/flcnlfhmbofndllkfdnkkbcbopllimfb
คำอธิบาย Track YouTube title/thumbnail changes, view history, get AI summaries & full transcripts.
ขนาดไฟล์ 1.14 MB
จำนวนการติดตั้ง 6,476
เวอร์ชันปัจจุบัน 1.4.9
อัปเดตครั้งล่าสุด 2024-02-21
วันที่เผยแพร่ 2022-11-10
คะแนน 4.61/5 รวมทั้งหมด 18 คะแนน
ผู้พัฒนา https://creatorml.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.creatorml.com/
URL หน้าช่วยเหลือ https://www.creatorml.com/#FAQ
URL หน้านโยบายความเป็นส่วนตัว https://app.creatorml.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Summary and Views with ChatGPT",
    "description": "Track YouTube title\/thumbnail changes, view history, get AI summaries & full transcripts.",
    "version": "1.4.9",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "images\/favicon-32x32.png"
    },
    "permissions": [
        "storage"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/* data: blob: filesystem:; style-src 'unsafe-inline'; img-src https:\/\/* "
    },
    "background": {
        "service_worker": "service_workers\/api_worker.js",
        "type": "module"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.creatorml.com\/*"
        ],
        "ids": [
            "*"
        ]
    },
    "icons": {
        "16": "images\/favicon-16x16.png",
        "32": "images\/favicon-32x32.png",
        "48": "images\/favicon-48x48.png",
        "128": "images\/favicon-128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "images\/loader.svg",
                "images\/logo.svg",
                "images\/copy.svg",
                "images\/retry.svg",
                "images\/list-right.svg",
                "images\/trending-up.svg",
                "images\/not-available.svg",
                "images\/settings.svg"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.creatorml.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/api_helpers.js",
                "scripts\/user_service.js",
                "scripts\/transcript_summary.js",
                "scripts\/statistics.js",
                "scripts\/vph_service.js",
                "scripts\/jquery-3.6.1.min.js",
                "scripts\/plotly-2.16.1.min.js",
                "scripts\/global_extension_settings.js",
                "scripts\/extension_html_provider.js",
                "scripts\/user_extension_settings.js",
                "scripts\/dark_mode.js",
                "scripts\/yt_video_player.js",
                "scripts\/api_worker_client.js",
                "scripts\/creatorml_client_exception.js",
                "scripts\/background.js"
            ],
            "css": [
                "stylesheets\/background.css"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/youtube.com\/*"
            ]
        }
    ]
}