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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A fun little extension that activates a random effect on a site after a certain amount of time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chaos Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |