Chaos Extension
A fun little extension that activates a random effect on a site after a certain amount of time.
O que é Chaos Extension?
Chaos Extension é uma extensão do Chrome desenvolvida por liquidwater, e sua principal característica é "A fun little extension that activates a random effect on a site after a certain amount of time.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chaos Extension
Baixe arquivos de extensão Chaos Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Chaos Extension |
ID | cgmfbilofeaolhngpbebgaceiieingbf |
URL Oficial | https://chromewebstore.google.com/detail/chaos-extension/cgmfbilofeaolhngpbebgaceiieingbf |
Descrição | A fun little extension that activates a random effect on a site after a certain amount of time. |
Tamanho do Arquivo | 171 KB |
Contagem de Instalações | 20 |
Versão Atual | 2.1 |
Última Atualização | 2023-03-15 |
Data de Publicação | 2021-11-22 |
Desenvolvedor | liquidwater |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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": [ " |