WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Obsidian AI Video Notes & Screenshots (YouTube, Udemy, etc) - HoverNotes

Obsidian AI Video Notes & Screenshots (YouTube, Udemy, etc) - HoverNotes

View on Chrome Web Store
View Obsidian AI Video Notes & Screenshots (YouTube, Udemy, etc) - HoverNotes Chrome Extension on Chrome Web Store
Add to bookmarks
4.6 (45 ratings)
1 new ratings
8 views
This extension has been viewed 8 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Watch Once, Reference Forever in Obsidian: Turn any video into local markdown notes with AI assistance
Type
Extension
Users
8,000 users
1K
Website hovernotes.io
HoverNotes LLC
View author page of HoverNotes LLC
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 23, 2024
Version 1.2.4
Manifest version
3
Updated
Updated on November 7, 2025
productivity/education
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Obsidian AI Video Notes & Screenshots (YouTube, Udemy, etc) - HoverNotes Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2.4",
    "default_locale": "en",
    "short_name": "HoverNotes",
    "homepage_url": "https:\/\/hovernotes.io",
    "permissions": [
        "activeTab",
        "tabCapture",
        "offscreen",
        "cookies",
        "storage",
        "contextMenus",
        "clipboardWrite",
        "storage",
        "alarms",
        "scripting"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "host_permissions": [
        "*:\/\/*.hovernotes.io\/*",
        "*:\/\/www.hovernotes.io\/*",
        "http:\/\/localhost\/*",
        "https:\/\/www.hovernotes.io\/",
        "https:\/\/test.hovernotes.io\/",
        "<all_urls>"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/icons\/icon16.png",
            "48": "assets\/icons\/icon48.png",
            "128": "assets\/icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "<all_urls>"
            ],
            "match_about_blank": true,
            "js": [
                "hover-notes-utils.js",
                "content-script.js",
                "video-hover-button.js",
                "string-utils.js",
                "file-registry.js",
                "local-file-system-v2.js",
                "save-to-obsidian.js"
            ],
            "css": [
                "hn-inject.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "config.js",
                "offscreen.html",
                "assets\/icons\/cursor-camera.png",
                "assets\/icons\/hover-notes-icon-white.svg",
                "hn-inject.css",
                "hn-shadow.css"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top