Punkspider Browser Extension (Beta)

Punkspider Browser Extension

Punkspider Browser Extension (Beta)란 무엇입니까?

Punkspider Browser Extension (Beta)은(는) Alejandro Caceres에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Punkspider Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Punkspider Browser Extension (Beta) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}