Khan Academy Extension

Khan Academy Extension

This extension allows users to watch Khan Academy Videos without opening up a new tab and cluttering their browser. Learning never…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Khan Academy Extension",
  "description": "",
  "version": "1.0",
  "browser_action": {
    "default_popup": "index.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  }
}