Uglify

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

O que é Uglify?

Uglify é uma extensão do Chrome desenvolvida por https://damiansf.dev, e sua principal característica é "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Uglify

Baixe arquivos de extensão Uglify no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Uglify Uglify
ID iffebpkheiniojlhbppfnmdjpfmfdbof
URL Oficial https://chromewebstore.google.com/detail/uglify/iffebpkheiniojlhbppfnmdjpfmfdbof
Descrição Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
Tamanho do Arquivo 49.83 KB
Contagem de Instalações 19
Versão Atual 0.5
Última Atualização 2021-12-04
Data de Publicação 2020-06-04
Desenvolvedor https://damiansf.dev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}