UncommentEr

Un comments hidden stuff in the html

什么是UncommentEr?

UncommentEr是由https://elsicarius.fr开发的Chrome扩展程序,该扩展的主要功能是“Un comments hidden stuff in the html”。

扩展截图

screenshot

下载UncommentEr扩展crx文件

下载UncommentEr扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Find html comments, hidden styles, none display and remove them. This allows you to reveal hidden stuff in web pages.
This might be useful in pentest/bug hunting :D

Enjoy.

repo: https://github.com/ElSicarius/UnCommenteR                    

扩展基本信息

名称 UncommentEr UncommentEr
ID dakbdekmmaendfjkpedbcekghhiabjli
官方URL https://chromewebstore.google.com/detail/uncommenter/dakbdekmmaendfjkpedbcekghhiabjli
简介 Un comments hidden stuff in the html
文件大小 102 KB
安装次数 55
当前版本 0.1
更新时间 2021-04-13
上架时间 2021-04-12
开发者 https://elsicarius.fr
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://github.com/ElSicarius/UnCommenteR
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_title": "UncommentEr",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Un comments hidden stuff in the html",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "name": "UncommentEr",
    "permissions": [
        "storage",
        "activeTab",
        "declarativeContent"
    ],
    "version": "0.1",
    "author": "Sicarius"
}