Meetingless for Chrome

Create How-To Guides in Seconds. The most powerful and delightful screen recorder let you Capture, annotate, share, and more.

Что такое Meetingless for Chrome?

Meetingless for Chrome - это расширение Chrome, разработанное Hammad Akbar, и его основная функция - "Create How-To Guides in Seconds. The most powerful and delightful screen recorder let you Capture, annotate, share, and more.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Meetingless for Chrome

Скачайте файлы расширений Meetingless for Chrome в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Create How-To Guides in Seconds. The most powerful and delightful screen and camera recorder let you Capture, annotate, share, and more.                    

Основная информация о расширении

Название Meetingless for Chrome Meetingless for Chrome
ID lkoackdfbefpapcglaehejdonbhaefpp
Официальный URL https://chromewebstore.google.com/detail/meetingless-for-chrome/lkoackdfbefpapcglaehejdonbhaefpp
Описание Create How-To Guides in Seconds. The most powerful and delightful screen recorder let you Capture, annotate, share, and more.
Размер файла 12.44 MB
Количество установок 513
Текущая Версия 2.0.0
Последнее Обновление 2023-04-27
Дата публикации 2023-04-27
Разработчик Hammad Akbar
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://getmeetingless.com
URL страницы помощи https://getmeetingless.com
Поддерживаемые языки de,en,fr,ca,es,pt-BR,pt-PT,ru,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meetingless for Chrome",
    "description": "__MSG_extDesc__",
    "homepage_url": "https:\/\/getmeetingless.com\/",
    "offline_enabled": false,
    "minimum_chrome_version": "88",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.gomeetingless.com\/*",
            "*:\/\/*.getmeetingless.com\/*",
            "*:\/\/*.localhost\/*"
        ]
    },
    "version": "2.0.0",
    "manifest_version": 3,
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/connect.facebook.net\/en_US\/sdk.js*; object-src 'self'"
    },
    "default_locale": "en",
    "background": {
        "service_worker": "js\/bg-loader.js"
    },
    "action": {
        "default_icon": "assets\/extension-icons\/favicon.png"
    },
    "icons": {
        "16": "assets\/extension-icons\/favicon.png",
        "128": "assets\/extension-icons\/favicon.png",
        "48": "assets\/extension-icons\/favicon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/libraries\/jquery-3.5.1.min.js",
                "js\/detect.js",
                "js\/proxy-message.js",
                "js\/popupIframe.js"
            ],
            "css": [
                "css\/popupIframe.css"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "",
        "activeTab",
        "tabs",
        "storage",
        "identity",
        "*:\/\/*.vumu.io\/",
        "scripting",
        "offscreen"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/permissions-popup.html",
                "html\/popup.html",
                "html\/offscreen.html",
                "html\/camera.html",
                "html\/sources.html",
                "html\/settings.html",
                "js\/content.js",
                "css\/content.css",
                "assets\/images\/*",
                "js\/sources.js",
                "js\/popupIframe.js",
                "js\/offscreen.js",
                "css\/popupIframe.css",
                "js\/cameraplaceholder.js",
                "css\/cameraplaceholder.css",
                "js\/cameracontent.js",
                "css\/cameracontent.css",
                "js\/libraries\/plyr.min.js",
                "css\/libraries\/plyr.min.css",
                "js\/audiosources.js",
                "js\/mask.js",
                "html\/audiosources.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "commands": {
        "cancel": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "__MSG_extCancel__"
        },
        "mute\/unmute": {
            "suggested_key": {
                "default": "Alt+M",
                "mac": "Alt+M"
            },
            "description": "__MSG_extMute__"
        },
        "stop": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_extStop__"
        },
        "pause\/resume": {
            "suggested_key": {
                "default": "Alt+P",
                "mac": "Alt+P"
            },
            "description": "__MSG_extPause__"
        }
    }
}