Uglify

Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.

Was ist Uglify?

Uglify ist eine Chrome-Erweiterung, die von https://damiansf.dev entwickelt wurde, und ihr Hauptmerkmal ist "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.".

Erweiterungsscreenshots

screenshot

Uglify-Erweiterungs-CRX-Datei herunterladen

Laden Sie Uglify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The purpose of this chrome extension is.... well it doesn't really have one. This extension will make most web pages horrific to look at and will cause you to get Rick Roll'D every now and then. Why would you install it? well... as a joke I guess? See how long you can last with this extension enabled (Or install it on a friend's computer and see how long it takes for them to figure it out).

Why does this extension exist? Quarantine                    

Grundlegende Informationen zur Erweiterung

Name Uglify Uglify
ID iffebpkheiniojlhbppfnmdjpfmfdbof
Offizielle URL https://chromewebstore.google.com/detail/uglify/iffebpkheiniojlhbppfnmdjpfmfdbof
Beschreibung Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
Dateigröße 49.83 KB
Installationsanzahl 19
Aktuelle Version 0.5
Letztes Update 2021-12-04
Veröffentlichungsdatum 2020-06-04
Entwickler https://damiansf.dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Damian Sandhu-Franceschi",
    "name": "Uglify",
    "description": "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.",
    "version": "0.5",
    "manifest_version": 3,
    "content_scripts": [
        {
            "css": [
                "ugly.css"
            ],
            "js": [
                "roll.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "appIcon.png",
        "128": "appIcon.png"
    }
}