ModemChrome

ModemCom extension

What is ModemChrome?

ModemChrome is a Chrome extension developed by luguen, and its main feature is "ModemCom extension".

Extension Screenshots

screenshot

Download ModemChrome Extension CRX File

Download ModemChrome 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

                        ModemChrome allows you to access the ModemCom calls of your account.
You need first have an account on:
http://modemcom.luguen.fr/

Enjoy,
luguen                    

Extension Basic Information

Name ModemChrome ModemChrome
ID gcljnlpfhhilpdlddlhikdglnaakmmml
Official URL https://chromewebstore.google.com/detail/modemchrome/gcljnlpfhhilpdlddlhikdglnaakmmml
Description ModemCom extension
File Size 13.49 KB
Installation Count 19
Current Version 0.3
Last Updated 2018-07-03
Publish Date 2018-07-03
Developer luguen
Payment Type free
Extension Website http://modemcom.luguen.fr
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ModemChrome",
    "version": "0.3",
    "description": "ModemCom extension",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "ModemCom.png",
        "default_title": "ModemChrome",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "ModemCom_48.png",
        "128": "ModemCom_128.png"
    }
}