Chrome Litchi Virtual Mission

Adds ability to export mission from mission hub as google earth virtual tour

What is Chrome Litchi Virtual Mission?

Chrome Litchi Virtual Mission is a Chrome extension developed by bazuchan, and its main feature is "Adds ability to export mission from mission hub as google earth virtual tour".

Extension Screenshots

Download Chrome Litchi Virtual Mission Extension CRX File

Download Chrome Litchi Virtual Mission 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

                        This extension provides same functionality as Virtual Litchi Mission app https://mavicpilots.com/threads/virtual-litchi-mission.31109/

Usage:
1. Install google-earth(-pro) desktop app.
2. Go to https://flylitchi.com/hub
3. Select a mission, click "MISSIONS"->"Export as VLM", it will download .kml file
4. Click downloaded .kml file to open it in google earth (or import it into google arth manually).
5. In google earth click mission name under "Temporary places" and double-click "Virtual mission"
6. Enjoy :)                    

Extension Basic Information

Name Chrome Litchi Virtual Mission Chrome Litchi Virtual Mission
ID ccpleclnjidgphbmhphdfeejfifeekak
Official URL https://chromewebstore.google.com/detail/chrome-litchi-virtual-mis/ccpleclnjidgphbmhphdfeejfifeekak
Description Adds ability to export mission from mission hub as google earth virtual tour
File Size 8.36 KB
Installation Count 11,536
Current Version 0.2.1
Last Updated 2019-06-29
Publish Date 2019-06-29
Rating 4.56/5 Total 18 Ratings
Developer bazuchan
Payment Type free
Extension Website https://github.com/bazuchan/pythonvlm
Help Page URL https://mavicpilots.com/threads/yet-another-virtual-litchi-mission-google-chrome-extension.45629/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Litchi Virtual Mission",
    "version": "0.2.1",
    "description": "Adds ability to export mission from mission hub as google earth virtual tour",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/flylitchi.com\/hub*"
            ],
            "js": [
                "hook.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "cevlm.png"
    },
    "manifest_version": 2
}