Coursnap - Summarizer for Long YouTube Videos
Premier Summarizer for Courses, lectures, and any long YouTube Videos.
Wat is Coursnap - Summarizer for Long YouTube Videos?
Coursnap - Summarizer for Long YouTube Videos is een Chrome-extensie ontwikkeld door https://coursnap.app, en de belangrijkste functie is "Premier Summarizer for Courses, lectures, and any long YouTube Videos.".
Extensie Screenshots
Download het CRX-bestand van de extensie Coursnap - Summarizer for Long YouTube Videos
Download Coursnap - Summarizer for Long YouTube Videos-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | clhacnjjfngbccgjbfbioajeoclpmggk |
| Officiële URL | https://chromewebstore.google.com/detail/coursnap-summarizer-for-l/clhacnjjfngbccgjbfbioajeoclpmggk |
| Beschrijving | Premier Summarizer for Courses, lectures, and any long YouTube Videos. |
| Bestandsgrootte | 10.13 MB |
| Aantal Installaties | 54 |
| Huidige Versie | 2.0.5 |
| Laatst Bijgewerkt | 2024-02-22 |
| Publicatiedatum | 2024-01-12 |
| Ontwikkelaar | https://coursnap.app |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://coursnap.app |
| URL van de Privacybeleid Pagina | https://www.coursnap.app/privacy |
| Ondersteunde Talen | 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": [
" | |