ShrekDark

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

Hvad er ShrekDark?

ShrekDark er en Chrome-udvidelse udviklet af I am Shrek, og dens hovedfunktion er "Shrek's custom extension. Everything that should already be in the game... and more".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ShrekDark-udvidelses-CRX-fil

Download ShrekDark-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn ShrekDark ShrekDark
ID kioacnehikgfdhiomomcobdgibbjnehk
Officiel URL https://chromewebstore.google.com/detail/shrekdark/kioacnehikgfdhiomomcobdgibbjnehk
Beskrivelse Shrek's custom extension. Everything that should already be in the game... and more
Filstørrelse 175 KB
Antal Installationer 306
Nuværende Version 3.7
Senest Opdateret 2024-01-14
Udgivelsesdato 2023-05-18
Bedømmelse 5.00/5 Samlet 4 Bedømmelser
Udvikler I am Shrek
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}