PortChecker

Simple tool to check your open network ports

What is PortChecker?

PortChecker is a Chrome extension developed by https://myopenports.com, and its main feature is "Simple tool to check your open network ports".

Extension Screenshots

screenshot
screenshot

Download PortChecker Extension CRX File

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

                        Easy way to check network ports status and detect IP address. 

This tool allows you to check whether the port is open or not.
You can manage favorite ports on the settings page: add your own port (or several) for quick checking.
PortChecker also determines your IP address and lets you to copy it in one click. 

Provided by MyOpenPorts.com                    

Extension Basic Information

Name PortChecker PortChecker
ID leebgfjiljadmconbpkhlfambnlcchai
Official URL https://chromewebstore.google.com/detail/portchecker/leebgfjiljadmconbpkhlfambnlcchai
Description Simple tool to check your open network ports
File Size 87.05 KB
Installation Count 1,192
Current Version 1.2.0
Last Updated 2020-02-27
Publish Date 2020-02-27
Rating 4.91/5 Total 11 Ratings
Developer https://myopenports.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://clipboardextension.com/policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PortChecker",
    "description": "Simple tool to check your open network ports",
    "version": "1.2.0",
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "http:\/\/portscan.ru\/*",
        "clipboardWrite"
    ],
    "browser_action": {
        "default_title": "PortChecker",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com https:\/\/www.gstatic.com; object-src 'self'"
}