xsstension

Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.

xsstension là gì?

xsstension là một tiện ích mở rộng Chrome được phát triển bởi switch, và tính năng chính của nó là "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng xsstension

Tải xuống các tệp mở rộng xsstension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It is used to store web payload for bug bounty hunters or pentesters. It also found HTML comment within HTML document.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xsstension xsstension
ID cbpilpokfocembangdndcjcnleagmlia
URL Chính Thức https://chromewebstore.google.com/detail/xsstension/cbpilpokfocembangdndcjcnleagmlia
Mô tả Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.
Kích Thước Tệp 33.44 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-08-26
Ngày Phát Hành 2020-05-26
Nhà Phát Triển switch
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://0xswitch.fr/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "popup\/background.js"
        ]
    },
    "manifest_version": 2,
    "name": "xsstension",
    "version": "1.0.2",
    "description": "Store your xss payload and get it in your clipboard by cliking ont it. Also show HTML comments found within the document.",
    "icons": {
        "32": "icons\/logo.png",
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_title": "xxstension",
        "default_popup": "popup\/main.html"
    }
}