AISUMM VIDEO SUMMARIES

AISUMM VIDEO SUMMARIES

Unleash the Power of ChatGPT and AI for Enhanced Learning Efficiency with AISUMM on YouTube

Merlin
Additional files are visible only to premium users

manifest.json


{
  "icons": {
    "16": "icon16.plasmo.192fd1f9.png",
    "32": "icon32.plasmo.4d28be0c.png",
    "48": "icon48.plasmo.8337b32e.png",
    "64": "icon64.plasmo.c5fef9ed.png",
    "128": "icon128.plasmo.20a0583f.png"
  },
  "manifest_version": 2,
  "browser_action": {
    "default_icon": {
      "16": "icon16.plasmo.192fd1f9.png",
      "32": "icon32.plasmo.4d28be0c.png",
      "48": "icon48.plasmo.8337b32e.png",
      "64": "icon64.plasmo.c5fef9ed.png",
      "128": "icon128.plasmo.20a0583f.png"
    }
  },
  "version": "1.1.2",
  "author": "lzkdev <[email protected]>, sky1024 <[email protected]>",
  "name": "AISUMM VIDEO SUMMARIES",
  "description": "Unleash the Power of ChatGPT and AI for Enhanced Learning Efficiency with AISUMM on YouTube",
  "background": {
    "scripts": [
      "background.806a2724.js"
    ]
  },
  "permissions": [
    "storage",
    "http://127.0.0.1:3000/",
    "http://localhost:3000/",
    "https://wwww.aisumm.com/*",
    "https://*.youtube.com/*",
    "https://*.openai.com/*",
    "https://*.aisumm.com/*",
    "https://aisumm-website-git-dev-lzkdev.vercel.app/*",
    "https://*.khanacademy.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*",
        "*://www.khanacademy.org/*"
      ],
      "js": [
        "content.5290d0e2.js"
      ],
      "css": []
    }
  ],
  "web_accessible_resources": [
    "logo.6dffd207.png",
    "content.fe5f73f5.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ac184f7-8328-4f85-b126-fc08dfb4a353}"
    }
  }
}