Uglify
Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.
Uglify là gì?
Uglify là một tiện ích mở rộng Chrome được phát triển bởi https://damiansf.dev, và tính năng chính của nó là "Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Uglify
Tải xuống các tệp mở rộng Uglify dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Uglify |
ID | iffebpkheiniojlhbppfnmdjpfmfdbof |
URL Chính Thức | https://chromewebstore.google.com/detail/uglify/iffebpkheiniojlhbppfnmdjpfmfdbof |
Mô tả | Randomly Uglifies Websites You Visit, Also You Might Get Rick Roll'D. Why Does This Exist? Quarantine. |
Kích Thước Tệp | 49.83 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2021-12-04 |
Ngày Phát Hành | 2020-06-04 |
Nhà Phát Triển | https://damiansf.dev |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |