Native Messaging Extension

Native Messaging Extension Test

What is Native Messaging Extension?

Native Messaging Extension is a Chrome extension developed by hosamelbasiony, and its main feature is "Native Messaging Extension Test".

Download Native Messaging Extension Extension CRX File

Download Native Messaging 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

                                            

Extension Basic Information

Name Native Messaging Extension Native Messaging Extension
ID nmallmcbnmohifhglbkcdohmicbnnjoi
Official URL https://chromewebstore.google.com/detail/native-messaging-extensio/nmallmcbnmohifhglbkcdohmicbnnjoi
Description Native Messaging Extension Test
File Size 34.55 KB
Installation Count 38
Current Version 2.2
Last Updated 2017-07-09
Publish Date 2017-07-09
Developer hosamelbasiony
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Native Messaging Extension",
    "description": "Native Messaging Extension Test",
    "version": "2.2",
    "background": {
        "scripts": [
            "native.js",
            "code128.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "nativeMessaging"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/41.32.21.10\/*",
            "http:\/\/localhost\/laboratory\/*",
            "http:\/\/*.ddns.net\/laboratory\/*",
            "http:\/\/41.32.87.132\/*",
            "http:\/\/192.168.1.200\/*",
            "http:\/\/192.168.1.150\/*",
            "http:\/\/197.45.183.56\/*",
            "https:\/\/*.tarqeem.net\/*",
            "http:\/\/lis.local\/*",
            "http:\/\/41.41.77.89\/*"
        ]
    }
}