Lunar AIO Chrome

Chrome extension for manual tasks from Lunar AIO

What is Lunar AIO Chrome?

Lunar AIO Chrome is a Chrome extension developed by Lunar AIO, and its main feature is "Chrome extension for manual tasks from Lunar AIO".

Extension Screenshots

screenshot

Download Lunar AIO Chrome Extension CRX File

Download Lunar AIO Chrome 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

                        A chrome extension that allows communication from the LunarAIO desktop app into your Chrome browser.                    

Extension Basic Information

Name Lunar AIO Chrome Lunar AIO Chrome
ID coomnabnhhpmgonjkhdikeaendcgljkg
Official URL https://chromewebstore.google.com/detail/lunar-aio-chrome/coomnabnhhpmgonjkhdikeaendcgljkg
Description Chrome extension for manual tasks from Lunar AIO
File Size 81.79 KB
Installation Count 22
Current Version 1.0.4
Last Updated 2020-05-27
Publish Date 2020-05-27
Rating 5.00/5 Total 1 Ratings
Developer Lunar AIO
Payment Type free
Extension Website https://twitter.com/Lunar_AIO
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lunar AIO Chrome",
    "version": "1.0.4",
    "description": "Chrome extension for manual tasks from Lunar AIO",
    "permissions": [
        "storage",
        "cookies",
        "background",
        "notifications",
        "http:\/\/127.0.0.1\/*",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon128.png",
        "default_title": "Lunar AIO Chrome"
    },
    "icons": {
        "16": "icon32.png",
        "48": "icon64.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}