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
Eメール [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"
}