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
官方網址 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"
}