Exam24h Helper - Tạo Khóa Học Online

Exam24h Helper - Tạo Khóa Học Online

Hỗ trợ quay Video màn hình và Tạo khóa học Online trên Exam24h

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Exam24h Helper - Tạo Khóa Học Online",
  "description": "Hỗ trợ quay Video màn hình và Tạo khóa học Online trên Exam24h",
  "version": "1.0.3",
  "manifest_version": 2,
  "author": "Exam24h",
  "background": {
    "scripts": [
      "background/background.helpers.js",
      "background/background.Exam24h.js",
      "background/background.UI.js",
      "background/background.message.js",
      "Record/Exam24hStorage.js",
      "Record/MultiStreamMixer.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_title": "Exam24h Helper",
    "default_icon": "images/exam24h.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "images/exam24h.png",
    "48": "images/exam24h.png",
    "128": "images/exam24h.png"
  },
  "web_accessible_resources": [
    "images/exam24h.png"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "externally_connectable": {
    "matches": [
      "https://*.exam24h.com/*"
    ]
  },
  "permissions": [
    "desktopCapture",
    "storage",
    "https://*.exam24h.com/*"
  ]
}