LearnTube - Learn 100+ Skills for Free

LearnTube - Learn 100+ Skills for Free

Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LearnTube - Learn 100+ Skills for Free",
  "short_name": "Learntube",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Get certified for learning on Youtube. Learn from 100+ expert curated courses for free & get your doubts solved by professionals.",
  "homepage_url": "https://chrome.learntube.ai",
  "icons": {
    "16": "icons/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png",
    "48": "icons/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png",
    "128": "icons/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting",
    "webNavigation"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/bildr/ui/bildrPopUp.html",
        "src/bildr/ui/css/bildrStyle.css",
        "js/injectScript_LearnTube - Learn 100+ Skills with Free Certi_1.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "./js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./js/bildrScript_LearnTube - Learn 100+ Skills with Free Certi_1.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_icon": "./icons/LearnTube Logo.DNI6bgfkEkysOqkWRHAiKA.png",
    "default_title": "Learntube"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://chrome.learntube.ai;"
  }
}