Meno || Shell Shockers

Meno Shell Shockers Theme

Meno || Shell Shockers क्या है?

Meno || Shell Shockers jayvandev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Meno Shell Shockers Theme"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Meno || Shell Shockers एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Shell Shockers Theme made for MenoXD, a twitch streamer and Blue Wizard Digital Content Creator

This theme features

- Custom Scope
- Custom Crosshair
- Custom UI designed for the new UI
- Much More!

Update: Moved CSS to local files                    

एक्सटेंशन की मूल जानकारी

नाम Meno || Shell Shockers Meno || Shell Shockers
ID oncipepcafldlcladghpgkejfeflkkmh
आधिकारिक URL https://chromewebstore.google.com/detail/meno-shell-shockers/oncipepcafldlcladghpgkejfeflkkmh
विवरण Meno Shell Shockers Theme
फ़ाइल का आकार 22.22 KB
स्थापना संख्या 1,549
वर्तमान संस्करण 2.1
अंतिम अपडेट 2023-04-11
प्रकाशन तिथि 2023-02-23
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर jayvandev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Meno || Shell Shockers",
    "version": "2.1",
    "author": "Jayvan",
    "description": "Meno Shell Shockers Theme",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/shellshock.io\/*"
            ]
        }
    ],
    "icons": {
        "128": "egg.png"
    }
}