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 |
公式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 |
Eメール | [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" } } |