Mote for Google Chrome™ Chrome

Examine source code of Mote for Google Chrome™

Inspect and view changes in Mote for Google Chrome™ source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  },
  "name": "__MSG_appName__",
  "short_name": "Mote",
  "author": "@justmoteHQ",
  "icons": {
    "16": "images/logos/mote-round-16.png",
    "32": "images/logos/mote-round-32.png",
    "48": "images/logos/mote-round-64.png",
    "128": "images/logos/mote-round-128.png"
  },
  "default_locale": "en_US",
  "version": "3.2.7",
  "description": "__MSG_appDesc__",
  "commands": {
    "_execute_action": {
      "description": "Toggle Sidebar",
      "suggested_key": {
        "default": "Alt+Shift+M",
        "mac": "MacCtrl+Shift+M"
      }
    },
    "toggle-screenshot-play-mode": {
      "description": "Toggle Screenshot Play Mode",
      "suggested_key": {
        "default": "Alt+Shift+C",
        "mac": "MacCtrl+Shift+C"
      }
    },
    "toggle-screenshot-translate-mode": {
      "description": "Toggle Screenshot Translate Mode",
      "suggested_key": {
        "default": "Alt+Shift+T",
        "mac": "MacCtrl+Shift+T"
      }
    },
    "toggle-voice-typing-mode": {
      "description": "Toggle Speech to Text Mode"
    },
    "play-pause": {
      "description": "Play/Pause",
      "suggested_key": {
        "default": "Alt+Shift+P",
        "mac": "MacCtrl+Shift+P"
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://kiosk.mote.com/*",
        "https://*.kiosk.mote.com/*"
      ],
      "js": [
        "static/js/ping-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://kiosk.mote.com/*",
        "https://*.kiosk.mote.com/*"
      ],
      "js": [
        "static/js/keep-alive.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://docs.google.com/presentation/*",
        "https://docs.google.com/document/*",
        "https://docs.google.com/file/*",
        "https://drive.google.com/*",
        "https://mail.google.com/*",
        "*://www.mheducation.com/*/flipbook/*",
        "*://connected.mcgraw-hill.com/mhelibs/projects/ebook-reader/*",
        "https://kiosk.mote.com/*",
        "https://*.kiosk.mote.com/*",
        "https://*.mote.com/pdf*"
      ],
      "js": [
        "static/js/floatingSidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.mote.com/pdf*"
      ],
      "all_frames": false,
      "js": [
        "static/js/pdfReaderFloatingSidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://drive.google.com/*",
        "https://classroom.google.com/*",
        "https://docs.google.com/*"
      ],
      "all_frames": true,
      "js": [
        "static/js/content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://docs.google.com/forms/*"
      ],
      "all_frames": true,
      "js": [
        "static/js/forms.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://docs.google.com/forms/u/*/d/*/edit*",
        "https://docs.google.com/forms/d/*/edit*",
        "https://docs.google.com/forms/u/*/create*"
      ],
      "js": [
        "static/js/formsReadAloudCreator.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://docs.google.com/forms/u/*/d/*/preview*",
        "https://docs.google.com/forms/u/*/d/e/*/viewform*",
        "https://docs.google.com/forms/u/*/d/e/*/startquiz*",
        "https://docs.google.com/forms/u/*/d/e/*/formResponse*",
        "https://docs.google.com/forms/d/*/preview*",
        "https://docs.google.com/forms/d/e/*/viewform*",
        "https://docs.google.com/forms/d/e/*/startquiz*",
        "https://docs.google.com/forms/d/e/*/formResponse*"
      ],
      "js": [
        "static/js/formsReadAloudRecipient.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://docs.google.com/presentation/*"
      ],
      "all_frames": true,
      "js": [
        "static/js/slides.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://docs.google.com/presentation/d/*/edit*",
        "https://docs.google.com/presentation/d/*/present*",
        "https://docs.google.com/presentation/u/*/d/*/localpresent*"
      ],
      "all_frames": true,
      "js": [
        "static/js/gSlidesFloatingSidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://docs.google.com/document/*"
      ],
      "all_frames": false,
      "js": [
        "static/js/gDocsFloatingSidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://drive.google.com/*",
        "https://docs.google.com/file/*",
        "https://classroom.google.com/*/g/*"
      ],
      "all_frames": true,
      "js": [
        "static/js/gdrive.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://drive.google.com/*",
        "https://docs.google.com/file/d/*"
      ],
      "all_frames": false,
      "js": [
        "static/js/gDriveFloatingSidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "static/js/gmail.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "all_frames": false,
      "js": [
        "static/js/gMailFloatingSidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.instructure.com/courses/*/gradebook/speed_grader?assignment_id=*",
        "https://*.instructure.com/courses/*/assignments/*/submissions/*"
      ],
      "all_frames": true,
      "js": [
        "static/js/canvas.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://www.mheducation.com/*/flipbook/*"
      ],
      "all_frames": false,
      "js": [
        "static/js/mhEducationFlipbookFloatingSidebar.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://connected.mcgraw-hill.com/mhelibs/projects/ebook-reader/*"
      ],
      "all_frames": false,
      "js": [
        "static/js/mhEducationReflowableFloatingSidebar.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "service_worker": "static/js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/logos/mote-round-16.png",
      "32": "images/logos/mote-round-32.png",
      "48": "images/logos/mote-round-64.png",
      "128": "images/logos/mote-round-128.png"
    },
    "default_title": "Mote for Google Chrome™"
  },
  "externally_connectable": {
    "matches": [
      "https://*.mote.com/*",
      "https://mote.com/*",
      "*://localhost/*"
    ]
  },
  "permissions": [
    "alarms",
    "storage",
    "offscreen",
    "enterprise.deviceAttributes",
    "activeTab",
    "scripting",
    "clipboardRead",
    "clipboardWrite"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*",
        "sounds/*",
        "fonts/*",
        "locales/*",
        "flags/*",
        "worklets/*",
        "models/*",
        "static/js/popup.js",
        "static/js/permissions.js",
        "static/js/page-script.js",
        "permissions.html",
        "popup.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Mote for Google Chrome™ Alternatives

Here are some Chrome extensions that are similar to Mote for Google Chrome™: