Coursnap - Summarizer for Long YouTube Videos

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

Coursnap - Summarizer for Long YouTube Videos क्या है?

Coursnap - Summarizer for Long YouTube Videos https://coursnap.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Premier Summarizer for Courses, lectures, and any long YouTube Videos."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coursnap - Summarizer for Long YouTube Videos एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Coursnap - Summarizer for Long YouTube Videos Coursnap - Summarizer for Long YouTube Videos
ID clhacnjjfngbccgjbfbioajeoclpmggk
आधिकारिक URL https://chromewebstore.google.com/detail/coursnap-summarizer-for-l/clhacnjjfngbccgjbfbioajeoclpmggk
विवरण Premier Summarizer for Courses, lectures, and any long YouTube Videos.
फ़ाइल का आकार 10.13 MB
स्थापना संख्या 54
वर्तमान संस्करण 2.0.5
अंतिम अपडेट 2024-02-22
प्रकाशन तिथि 2024-01-12
डेवलपर https://coursnap.app
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://coursnap.app
गोपनीयता नीति पृष्ठ URL https://www.coursnap.app/privacy
समर्थित भाषाएँ 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"
            ]
        }
    ]
}