サテライトオフィス・先生生徒画面共有機能(生徒) for Google Classroom

サテライトオフィス・先生生徒画面共有機能(生徒) for Google Classroom

サテライトオフィス・先生生徒画面共有機能(生徒) for Google Classroom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "サテライトオフィス・先生生徒画面共有機能(生徒) for Google Classroom",
  "description": "サテライトオフィス・先生生徒画面共有機能(生徒) for Google Classroom",
  "version": "1.0.2.8",
  "manifest_version": 2,
  "icons": {
    "32": "/images/32.png",
    "48": "/images/48.png",
    "96": "/images/96.png",
    "128": "/images/128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "notifications",
    "identity",
    "identity.email",
    "desktopCapture",
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "/scripts/ext_console.js",
      "/thirdparty/core.min.js",
      "/thirdparty/md5.min.js",
      "/thirdparty/lodash.min.js",
      "/thirdparty/lzutf8.js",
      "/thirdparty/firebase-app.js",
      "/thirdparty/firebase-auth.js",
      "/thirdparty/firebase-firestore.js",
      "/thirdparty/firebase-database.js",
      "/thirdparty/firebase-functions.js",
      "/scripts/util.js",
      "/scripts/ext_chrome.js",
      "/scripts/ext_classroom.js",
      "/scripts/ext_firebase.js",
      "/scripts/ext_lang.js",
      "/scripts/ext_auth.js",
      "/scripts/config.js",
      "/scripts/user.js",
      "/scripts/ext_debug.js",
      "/scripts/ext_server_log.js",
      "/services/FirebaseService.js",
      "/services/ExtChrome.js",
      "/scripts/ext_login.js",
      "/services/BrowserTabCaptureService.js",
      "/services/ChromeIdentityService.js",
      "/services/VideoStreamCapture.js",
      "/services/StudentScreenCaptureService.js",
      "/services/RTCPeerManager.js",
      "/services/WebRTCService.js",
      "/services/ChromeExtensionApp.js",
      "/scripts/ext_webRtc.js",
      "/scripts/app.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "サテライトオフィス・先生生徒画面共有機能(生徒) for Google Classroom",
    "default_icon": {
      "32": "/images/32.png",
      "48": "/images/48.png",
      "96": "/images/96.png",
      "128": "/images/128.png"
    }
  },
  "content_security_policy": "script-src 'self'; script-src-elem 'self' https://apis.google.com https://ajax.googleapis.com https://www.googleapis.com https://*.firebaseio.com https://cdnjs.cloudflare.com https://cdn.jsdelivr.net https://*.firebasedatabase.app; object-src 'self'",
  "web_accessible_resources": [
    "*",
    "*.html",
    "css/*",
    "scripts/*",
    "images/*",
    "res/*",
    "thirdparty/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "/scripts/filterweb.js",
        "/scripts/attention.js",
        "/scripts/dialog_message.js"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAliDoApFy6jQizsRjEwJnlYJKmrRFM4awcSQIqkp7RB6mx6DMutynM9WC2SpzW++4FlmH44Rf/rKQlIm+bObiGHgUKkhomJV+RCVHwrplC3/62VasZTcXFZFW3M26ywl74zkJfMZ2EDfhtch8qp2YQYvBs7HWQkahDZZV4PHs1eguE7hCV4L/voG5uNGDy/aDEQyefQNd9L698Zi7ffmlpyT19NWhIVGS8mv+Ysb7s0S7cuYjscYFWadtYqVR1AnmIf2CvanrZI+zrSkMrBj5uoUTITeDji09RyhsrGvjewJzuWvckOOYEyrficLKGMxZVAisPJ04t1B21pLK8TwZPQIDAQAB"
}