Uglify
Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
Vad är Uglify?
Uglify är en Chrome-tillägg utvecklad av https://damiansf.dev, och dess huvudfunktion är "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.".
Tilläggsskärmbilder
Ladda ner Uglify-förlängningens CRX-fil
Ladda ner Uglify-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Uglify |
ID | iffebpkheiniojlhbppfnmdjpfmfdbof |
Officiell webbadress | https://chromewebstore.google.com/detail/uglify/iffebpkheiniojlhbppfnmdjpfmfdbof |
Beskrivning | Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine. |
Filstorlek | 49.83 KB |
Antal Installationer | 19 |
Aktuell Version | 0.5 |
Senast Uppdaterad | 2021-12-04 |
Publiceringsdatum | 2020-06-04 |
Utvecklare | https://damiansf.dev |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |