ShrekDark

Shrek's custom extension. Everything that should already be in the game... and more

ShrekDark क्या है?

ShrekDark I am Shrek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shrek's custom extension. Everything that should already be in the game... and more"।

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

screenshot
screenshot

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

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

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

                        Shrek's custom extension. Everything that should already be in the game... and more.

https://github.com/Kapixar/ShrekDark

Open popup for settings and about page.

Chat Enhancements
- interactive invites with ship preview
- built-in translator
- click player name to manage him
- often used phrases
- missed messages marked red
- expandable height
- smooth animations
- player list ship under TAB key

Button Customizations
- new game buttons: rejoin, instant save, invite
- customizable buttons - text, color, visibility

User Interface
- modern game menu
- animations
- customizable UI color
- customizable scrollbars

Quality of Life
- enhanced kicked out screen - time, rejoin, view chat
- hotkeys for crucial tasks - exit, gravity, save etc.
- toggle ' (cinematic mode) and / (stats)
- favourite ships
- snakecopter!
- save gravity diredction in ship
- quick Texture pack swap
- emergency distress ping for discord
- crew amount statistics                    

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

नाम ShrekDark ShrekDark
ID kioacnehikgfdhiomomcobdgibbjnehk
आधिकारिक URL https://chromewebstore.google.com/detail/shrekdark/kioacnehikgfdhiomomcobdgibbjnehk
विवरण Shrek's custom extension. Everything that should already be in the game... and more
फ़ाइल का आकार 175 KB
स्थापना संख्या 306
वर्तमान संस्करण 3.7
अंतिम अपडेट 2024-01-14
प्रकाशन तिथि 2023-05-18
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर I am Shrek
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShrekDark",
    "description": "Shrek's custom extension. Everything that should already be in the game... and more",
    "version": "3.7",
    "author": "I am Shrek",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.drednot.io\/*"
            ],
            "css": [
                "extrastyle.css"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/drednot.io\/"
    ],
    "options_ui": {
        "page": "popup\/options.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/img\/icon16.png",
            "32": "\/img\/icon32.png",
            "48": "\/img\/icon48.png",
            "128": "\/img\/icon128.png"
        }
    },
    "icons": {
        "16": "\/img\/icon16.png",
        "32": "\/img\/icon32.png",
        "48": "\/img\/icon48.png",
        "128": "\/img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "shrekPack.zip",
                "https:\/\/api.npoint.io\/*",
                "\/huge_signs\/mosaic.png"
            ],
            "matches": [
                "https:\/\/*.drednot.io\/*"
            ]
        }
    ]
}