PieSocket WebSocket Tester

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

ما هو PieSocket WebSocket Tester؟

PieSocket WebSocket Tester هو إضافة Chrome تم تطويرها بواسطة https://piesocket.com، والميزة الرئيسية لها هي "Test Websocket connections with ease, supports both secure (wss) and unsecure (ws) protocols.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PieSocket WebSocket Tester

قم بتنزيل ملفات الامتداد PieSocket WebSocket Tester بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان URL الرسمي 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
عنوان صفحة المساعدة https://piesocket.com
عنوان صفحة سياسة الخصوصية 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"
    }
}