Uglify

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

Cos'è Uglify?

Uglify è un'estensione di Chrome sviluppata da https://damiansf.dev, e la sua funzione principale è "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Uglify

Scarica i file di estensione Uglify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Uglify Uglify
ID iffebpkheiniojlhbppfnmdjpfmfdbof
URL Ufficiale https://chromewebstore.google.com/detail/uglify/iffebpkheiniojlhbppfnmdjpfmfdbof
Descrizione Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
Dimensione del File 49.83 KB
Conteggio Installazioni 19
Versione Corrente 0.5
Ultimo Aggiornamento 2021-12-04
Data di Pubblicazione 2020-06-04
Sviluppatore https://damiansf.dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}