Punkspider Browser Extension (Beta)

Punkspider Browser Extension

ما هو Punkspider Browser Extension (Beta)؟

Punkspider Browser Extension (Beta) هو إضافة Chrome تم تطويرها بواسطة Alejandro Caceres، والميزة الرئيسية لها هي "Punkspider Browser Extension".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Punkspider Browser Extension (Beta)

قم بتنزيل ملفات الامتداد Punkspider Browser Extension (Beta) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        QOMPLX relaunches Punkspider!

The original internet-scale web vulnerability scanning tool is better than ever with a browser extension to enable safer web browsing.  Our focus is on critical vulnerabilities in the OWASP Top 10.

Our mission is to build trust online.  Nobody wants to fall into a dumpster fire. When web users provide sensitive information to websites that are vulnerable, they are falling into that dumpster fire. That’s why we’ve created a browser extension complete with a zero to five dumpster fire rating system for websites, so users can understand how risky their web travel is and where they should watch their step. Much like real life, the goal is to have as few dumpster fires as possible.  It’s an intuitive way to protect yourself from unnecessary risks online. On top of that, website owners can use it to identify their path to a more secure website.

Our icons will let you know whether or not Punkspider has found vulnerabilities on the site you’re visiting, so you can make good decisions on your interactions with the site.                    

معلومات أساسية عن التمديد

الاسم Punkspider Browser Extension (Beta) Punkspider Browser Extension (Beta)
ID ogdehjeacimkleoocfolppfbkckleach
عنوان URL الرسمي https://chrome.google.com/webstore/detail/punkspider-browser-extens/ogdehjeacimkleoocfolppfbkckleach
الوصف Punkspider Browser Extension
حجم الملف 1.91 MB
عدد التثبيتات 3,130
النسخة الحالية 0.3.0
آخر تحديث 2021-09-06
تاريخ النشر 2021-07-12
تقييم 5.00/5 مجموع تقييمات 2
المطور Alejandro Caceres
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.qomplx.com/
عنوان صفحة المساعدة https://www.qomplx.com/
عنوان صفحة سياسة الخصوصية https://www.qomplx.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/punkspider.io\/",
    "description": "Punkspider Browser Extension",
    "default_locale": "en",
    "permissions": [
        "",
        "*:\/\/*\/*",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icons\/spider.png",
        "48": "icons\/spider.png",
        "128": "icons\/spider.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/spider.png",
            "38": "icons\/spider.png"
        }
    },
    "version": "0.3.0",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}