Port Knocking

A simple port knocking Chrome Extension usualily used to open a port in a firewall.

What is Port Knocking?

Port Knocking is a Chrome extension developed by alexandre.klostermann, and its main feature is "A simple port knocking Chrome Extension usualily used to open a port in a firewall.".

Extension Screenshots

screenshot

Download Port Knocking Extension CRX File

Download Port Knocking 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 simple port knocking Chrome Extension usualily used to open a port in a firewall.
Just input your server and ports than Extension make a port knoling sequence to unlock you IP on you firewal..                    

Extension Basic Information

Name Port Knocking Port Knocking
ID aahlgkipfkacdmnphegnikdmdkbklnfk
Official URL https://chromewebstore.google.com/detail/port-knocking/aahlgkipfkacdmnphegnikdmdkbklnfk
Description A simple port knocking Chrome Extension usualily used to open a port in a firewall.
File Size 18.41 KB
Installation Count 84
Current Version 0.1.1.1
Last Updated 2022-09-07
Publish Date 2022-09-07
Developer alexandre.klostermann
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Port Knocking",
    "description": "A simple port knocking Chrome Extension usualily used to open a port in a firewall.",
    "version": "0.1.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "app_icon.png",
        "32": "app_icon.png",
        "48": "app_icon.png",
        "128": "app_icon.png"
    },
    "action": {
        "default_popup": "popup.html"
    }
}