UncommentEr

Un comments hidden stuff in the html

Apa itu UncommentEr?

UncommentEr adalah ekstensi Chrome yang dikembangkan oleh https://elsicarius.fr, dan fitur utamanya adalah "Un comments hidden stuff in the html".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi UncommentEr

Unduh file ekstensi UncommentEr dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama UncommentEr UncommentEr
ID dakbdekmmaendfjkpedbcekghhiabjli
URL Resmi https://chromewebstore.google.com/detail/uncommenter/dakbdekmmaendfjkpedbcekghhiabjli
Deskripsi Un comments hidden stuff in the html
Ukuran File 102 KB
Jumlah Instalasi 55
Versi Saat Ini 0.1
Terakhir Diperbarui 2021-04-13
Tanggal Publikasi 2021-04-12
Pengembang https://elsicarius.fr
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/ElSicarius/UnCommenteR
Bahasa yang Didukung 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"
}