Laitis Browser Extension

Laitis Browser Extension allows Laitis to control websites using your voice

What is Laitis Browser Extension?

Laitis Browser Extension is a Chrome extension developed by https://laitis.ru, and its main feature is "Laitis Browser Extension allows Laitis to control websites using your voice".

Extension Screenshots

screenshot
screenshot
screenshot

Download Laitis Browser Extension Extension CRX File

Download Laitis Browser Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Laitis Browser extension allows Laitis to control websites using your voice.
Requires installation of Laitis app from laitis.ru website.

You can create voice commands with JS to control specific websites, or use predefined commands for most popular websites and global commands to browse hyperlinks.
Also you can dictate text into text fields, open/close tabs in chrome, open small browser tabs with handy info from selected websites.

Laitis contains voice commands to control chromium web browser, Youtube website and many more apps and websites.

Voice commands examples: "Open Chrome", "Open YouTube", "Select video", "Next", "Open video", "Full screen", "pause video".                    

Extension Basic Information

Name Laitis Browser Extension Laitis Browser Extension
ID kkfnfemdemphdadfolkmoimpeibeiadc
Official URL https://chromewebstore.google.com/detail/laitis-browser-extension/kkfnfemdemphdadfolkmoimpeibeiadc
Description Laitis Browser Extension allows Laitis to control websites using your voice
File Size 14.7 KB
Installation Count 10,000
Current Version 4.1
Last Updated 2020-06-26
Publish Date 2020-06-25
Rating 4.81/5 Total 37 Ratings
Developer https://laitis.ru
Email [email protected]
Payment Type free
Extension Website https://laitis.ru
Help Page URL https://vk.com/laitisgroup
Privacy Policy Page URL https://laitis.ru/en/legal
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Laitis",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "version": "4.1",
    "icons": {
        "128": "icon.png"
    },
    "homepage_url": "https:\/\/laitis.ru",
    "author": "Sergey Mikolaitis",
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus",
        "system.display",
        "nativeMessaging",
        "background"
    ],
    "browser_action": {
        "default_title": "Laitis",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}