ShrekDark
Shrek's custom extension. Everything that should already be in the game... and more
ShrekDarkとは何ですか?
ShrekDarkはI am Shrekによって開発されたChromeの拡張機能で、その主な機能は「Shrek's custom extension. Everything that should already be in the game... and more」です。
拡張機能のスクリーンショット
ShrekDark拡張機能のCRXファイルをダウンロード
ShrekDark拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/*" ] } ] } |