Coursnap - Summarizer for Long YouTube Videos
Premier Summarizer for Courses, lectures, and any long YouTube Videos.
Was ist Coursnap - Summarizer for Long YouTube Videos?
Coursnap - Summarizer for Long YouTube Videos ist eine Chrome-Erweiterung, die von https://coursnap.app entwickelt wurde, und ihr Hauptmerkmal ist "Premier Summarizer for Courses, lectures, and any long YouTube Videos.".
Erweiterungsscreenshots
Coursnap - Summarizer for Long YouTube Videos-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coursnap - Summarizer for Long YouTube Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | clhacnjjfngbccgjbfbioajeoclpmggk |
| Offizielle URL | https://chromewebstore.google.com/detail/coursnap-summarizer-for-l/clhacnjjfngbccgjbfbioajeoclpmggk |
| Beschreibung | Premier Summarizer for Courses, lectures, and any long YouTube Videos. |
| Dateigröße | 10.13 MB |
| Installationsanzahl | 54 |
| Aktuelle Version | 2.0.5 |
| Letztes Update | 2024-02-22 |
| Veröffentlichungsdatum | 2024-01-12 |
| Entwickler | https://coursnap.app |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://coursnap.app |
| URL der Datenschutzrichtlinien-Seite | https://www.coursnap.app/privacy |
| Unterstützte Sprachen | 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": [
" | |