Uglify

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

Uglify क्या है?

Uglify https://damiansf.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Uglify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Uglify Uglify
ID iffebpkheiniojlhbppfnmdjpfmfdbof
आधिकारिक URL https://chromewebstore.google.com/detail/uglify/iffebpkheiniojlhbppfnmdjpfmfdbof
विवरण Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
फ़ाइल का आकार 49.83 KB
स्थापना संख्या 19
वर्तमान संस्करण 0.5
अंतिम अपडेट 2021-12-04
प्रकाशन तिथि 2020-06-04
डेवलपर https://damiansf.dev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}