Chaos Extension
A fun little extension that activates a random effect on a site after a certain amount of time.
什麼是Chaos Extension?
Chaos Extension是由liquidwater開發的Chrome擴展程式,該擴展的主要功能是“A fun little extension that activates a random effect on a site after a certain amount of time.”。
擴展截圖
下載Chaos Extension擴展crx文件
下載Chaos Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension was inspired by the GTA Chaos Mods made by Lordmau5 and Pongo1231. This extension activates a random effect on a site after a certain amount of time. In the extension options, you can choose which effects you want to get and which ones you don't want to get. You can also change how long it takes for a new effect to activate. Possible Seizure Warning: I've checked and I'm pretty sure everything's fine, but if you suffer from epilepsy and an effect or something becomes an issue, then immediately click off the tab and disable the effect that's causing problems.
擴展基本資訊
名稱 | Chaos Extension |
ID | cgmfbilofeaolhngpbebgaceiieingbf |
官方網址 | https://chromewebstore.google.com/detail/chaos-extension/cgmfbilofeaolhngpbebgaceiieingbf |
簡介 | A fun little extension that activates a random effect on a site after a certain amount of time. |
檔案大小 | 171 KB |
安裝次數 | 20 |
目前版本 | 2.1 |
更新時間 | 2023-03-15 |
上架時間 | 2021-11-22 |
開發者 | liquidwater |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chaos Extension", "version": "2.1", "description": "A fun little extension that activates a random effect on a site after a certain amount of time.", "permissions": [ "storage" ], "options_ui": { "page": ".\/options\/options.html", "open_in_tab": false }, "action": { "default_icon": ".\/icons\/ce_16.png" }, "icons": { "16": ".\/icons\/ce_16.png", "32": ".\/icons\/ce_32.png", "48": ".\/icons\/ce_48.png", "128": ".\/icons\/ce_128.png" }, "background": { "service_worker": ".\/background\/background.js" }, "content_scripts": [ { "matches": [ " |