UncommentEr

Un comments hidden stuff in the html

Qu'est-ce que UncommentEr ?

UncommentEr est une extension Chrome développée par https://elsicarius.fr, et sa fonction principale est "Un comments hidden stuff in the html".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension UncommentEr

Téléchargez les fichiers d'extension UncommentEr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom UncommentEr UncommentEr
ID dakbdekmmaendfjkpedbcekghhiabjli
URL Officiel https://chromewebstore.google.com/detail/uncommenter/dakbdekmmaendfjkpedbcekghhiabjli
Description Un comments hidden stuff in the html
Taille du Fichier 102 KB
Nombre d'Installations 55
Version Actuelle 0.1
Dernière Mise à Jour 2021-04-13
Date de Publication 2021-04-12
Développeur https://elsicarius.fr
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://github.com/ElSicarius/UnCommenteR
Langues Prises en Charge 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"
}