Uglify
Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
什麼是Uglify?
Uglify是由https://damiansf.dev開發的Chrome擴展程式,該擴展的主要功能是“Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.”。
擴展截圖
下載Uglify擴展crx文件
下載Uglify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | iffebpkheiniojlhbppfnmdjpfmfdbof |
官方網址 | 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" } } |