ShrekDark
Shrek's custom extension. Everything that should already be in the game... and more
Was ist ShrekDark?
ShrekDark ist eine Chrome-Erweiterung, die von I am Shrek entwickelt wurde, und ihr Hauptmerkmal ist "Shrek's custom extension. Everything that should already be in the game... and more".
Erweiterungsscreenshots
ShrekDark-Erweiterungs-CRX-Datei herunterladen
Laden Sie ShrekDark-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | ShrekDark |
ID | kioacnehikgfdhiomomcobdgibbjnehk |
Offizielle URL | https://chromewebstore.google.com/detail/shrekdark/kioacnehikgfdhiomomcobdgibbjnehk |
Beschreibung | Shrek's custom extension. Everything that should already be in the game... and more |
Dateigröße | 175 KB |
Installationsanzahl | 306 |
Aktuelle Version | 3.7 |
Letztes Update | 2024-01-14 |
Veröffentlichungsdatum | 2023-05-18 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | I am Shrek |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |