Punkspider Browser Extension (Beta)

Punkspider Browser Extension

Punkspider Browser Extension (Beta) क्या है?

Punkspider Browser Extension (Beta) Alejandro Caceres द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Punkspider Browser Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Punkspider Browser Extension (Beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://www.qomplx.com/
गोपनीयता नीति पृष्ठ URL 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'"
}