UncommentEr

Un comments hidden stuff in the html

Wat is UncommentEr?

UncommentEr is een Chrome-extensie ontwikkeld door https://elsicarius.fr, en de belangrijkste functie is "Un comments hidden stuff in the html".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie UncommentEr

Download UncommentEr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam UncommentEr UncommentEr
ID dakbdekmmaendfjkpedbcekghhiabjli
Officiële URL https://chromewebstore.google.com/detail/uncommenter/dakbdekmmaendfjkpedbcekghhiabjli
Beschrijving Un comments hidden stuff in the html
Bestandsgrootte 102 KB
Aantal Installaties 55
Huidige Versie 0.1
Laatst Bijgewerkt 2021-04-13
Publicatiedatum 2021-04-12
Ontwikkelaar https://elsicarius.fr
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/ElSicarius/UnCommenteR
Ondersteunde Talen 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"
}