Uglify

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

Wat is Uglify?

Uglify is een Chrome-extensie ontwikkeld door https://damiansf.dev, en de belangrijkste functie is "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Uglify

Download Uglify-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

                        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                    

Basisinformatie over de Extensie

Naam Uglify Uglify
ID iffebpkheiniojlhbppfnmdjpfmfdbof
Officiële URL https://chromewebstore.google.com/detail/uglify/iffebpkheiniojlhbppfnmdjpfmfdbof
Beschrijving Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
Bestandsgrootte 49.83 KB
Aantal Installaties 19
Huidige Versie 0.5
Laatst Bijgewerkt 2021-12-04
Publicatiedatum 2020-06-04
Ontwikkelaar https://damiansf.dev
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}