WebExtension.net
WebExtension.net

Mote - Voice & Audio for Learning

View on Chrome Web Store
View Mote - Voice & Audio for Learning Chrome Extension on Chrome Web Store
4.7 (159 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Record voice notes and turn text into speech. Save time while making content and learning more accessible for everyone.
Type
Extension
Users
2,000,000 users
1M
Website mote.com
Mote Technologies, Inc.
View author page of Mote Technologies, Inc.
Featured Extension

Hand-picked for quality and usefulness

Published
Published on February 21, 2020
Version 0.7.7
Manifest version
3
Updated
Updated on November 16, 2024
View on Chrome Web Store
View Mote - Voice & Audio for Learning Chrome Extension on Chrome Web Store
productivity/communication
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "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": "0.7.7",
    "description": "__MSG_appDesc__",
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+M",
                "mac": "MacCtrl+Shift+M"
            },
            "description": "Toggle Mote Popup"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "static\/js\/pluginPopupShadow.js"
            ]
        },
        {
            "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*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/formsReadAloudCreator.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "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\/e\/*\/viewform*",
                "https:\/\/docs.google.com\/forms\/d\/e\/*\/startquiz*",
                "https:\/\/docs.google.com\/forms\/d\/e\/*\/formResponse*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/formsReadAloudRecipient.js"
            ],
            "css": [
                "static\/css\/mote-tts-highlight.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/slides.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/presentation\/*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/gSlidesReadAloud.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/docs.google.com\/document\/*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/gDocsReadAloud.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:\/\/mail.google.com\/*"
            ],
            "js": [
                "static\/js\/gmail.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.instructure.com\/courses\/*\/gradebook\/speed_grader?assignment_id=*&student_id=*",
                "https:\/\/*.instructure.com\/courses\/*\/assignments\/*\/submissions\/*"
            ],
            "all_frames": true,
            "js": [
                "static\/js\/canvas.js"
            ],
            "run_at": "document_end"
        }
    ],
    "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 - Voice & Audio for Learning"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.mote.com\/*",
            "https:\/\/mote.com\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "permissions": [
        "alarms",
        "storage",
        "offscreen",
        "enterprise.deviceAttributes",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "sounds\/*",
                "permissions.html",
                "fonts\/*",
                "static\/js\/permissions.js",
                "static\/js\/popup.js",
                "locales\/*",
                "flags\/*",
                "worklets\/*",
                "popup.html"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top