YouTube Study Buddy Firefox

Examine source code of YouTube Study Buddy

By: Asad Add-on
Inspect and view changes in YouTube Study Buddy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "YouTube Study Buddy",
  "version": "1.4",
  "description": "Take timestamped notes on YouTube, enrich them with AI, and export to Notion/Obsidian.",
  "browser_specific_settings": {
    "gecko": {
      "id": "youtube-study-buddy@asadfarooq.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "host_permissions": [
    "*://www.youtube.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "open-library": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      },
      "description": "Open Notes Library"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content_script.js"
      ],
      "css": [
        "sidebar/sidebar.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "library/library.html",
        "icons/icon96.png"
      ],
      "matches": [
        "*://www.youtube.com/*"
      ]
    }
  ],
  "action": {
    "default_title": "Toggle Study Buddy"
  },
  "icons": {
    "96": "icons/icon96.png"
  }
}

Best YouTube Study Buddy Alternatives

Here are some Firefox add-ons that are similar to YouTube Study Buddy: