Coursnap - Summarizer for Long YouTube Videos

Premier Summarizer for Courses, lectures, and any long YouTube Videos.

Coursnap - Summarizer for Long YouTube Videos là gì?

Coursnap - Summarizer for Long YouTube Videos là một tiện ích mở rộng Chrome được phát triển bởi https://coursnap.app, và tính năng chính của nó là "Premier Summarizer for Courses, lectures, and any long YouTube Videos.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Coursnap - Summarizer for Long YouTube Videos

Tải xuống các tệp mở rộng Coursnap - Summarizer for Long YouTube Videos dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Coursnap is the premier summarizer for courses, lectures, interviews,  and any long YouTube videos. 

🔥 Play Highlights - Watch the key 10% of the video. 
Helping you watch faster.

🎬 Long Videos into Outlines - Accurately deconstructing  videos into efficient learning guides. 
Helping you learn faster. 

📝 AI-driven Transcript - More accurate and fluent, easier to read. 
helping you understand faster. 

🎁 Free Daily Summary                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Coursnap - Summarizer for Long YouTube Videos Coursnap - Summarizer for Long YouTube Videos
ID clhacnjjfngbccgjbfbioajeoclpmggk
URL Chính Thức https://chromewebstore.google.com/detail/coursnap-summarizer-for-l/clhacnjjfngbccgjbfbioajeoclpmggk
Mô tả Premier Summarizer for Courses, lectures, and any long YouTube Videos.
Kích Thước Tệp 10.13 MB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2024-02-22
Ngày Phát Hành 2024-01-12
Nhà Phát Triển https://coursnap.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://coursnap.app
URL Trang Chính Sách Bảo Mật https://www.coursnap.app/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coursnap - Summarizer for Long YouTube Videos",
    "version": "2.0.5",
    "manifest_version": 3,
    "description": "Premier Summarizer for Courses, lectures, and any long YouTube Videos.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "32": "icons\/logo.png",
        "128": "icons\/logoBig.png"
    },
    "commands": {
        "watch-later-shortcut": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Watch Later"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5173\/*",
            "*:\/\/*.coursnap.app\/*"
        ]
    },
    "options_page": "extension.html#\/option",
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "image\/*"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "assets\/**\/*.*",
                "\/assets\/*.*",
                "\/assets\/**\/*.*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "index.html",
                "extension.html"
            ]
        }
    ]
}