PieSocket WebSocket Tester

Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.

什麼是PieSocket WebSocket Tester?

PieSocket WebSocket Tester是由https://piesocket.com開發的Chrome擴展程式,該擴展的主要功能是“Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.”。

擴展截圖

screenshot

下載PieSocket WebSocket Tester擴展crx文件

下載PieSocket WebSocket Tester擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This tool compliments the online WebSocket tester tool at our website (https://www.piesocket.com/test-online) 

Since modern browsers do not support connecting to an un-secure  host, users who need to test their WebSocket servers with ws:// protocol may use this extension.                    

擴展基本資訊

名稱 PieSocket WebSocket Tester PieSocket WebSocket Tester
ID oilioclnckkoijghdniegedkbocfpnip
官方網址 https://chromewebstore.google.com/detail/piesocket-websocket-teste/oilioclnckkoijghdniegedkbocfpnip
簡介 Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.
檔案大小 271 KB
安裝次數 23,710
目前版本 2.0
更新時間 2023-07-12
上架時間 2020-09-30
評分 4.17/5 共 6 次評分
開發者 https://piesocket.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://piesocket.com
說明頁面URL https://piesocket.com
隱私政策頁面URL https://www.piesocket.com/legal/privacy-policy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PieSocket WebSocket Tester",
    "version": "2.0",
    "description": "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "tester.html"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "pages\/advance-tester.html"
    ],
    "icons": {
        "16": ".\/img\/icon16.png",
        "48": ".\/img\/icon48.png",
        "128": ".\/img\/icon128.png"
    }
}