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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |