SideWayRP web launcher
Launcher pro FiveM server SideWayRP
What is SideWayRP web launcher?
SideWayRP web launcher is a Chrome extension developed by https://sidewayrp.eu, and its main feature is "Launcher pro FiveM server SideWayRP".
Extension Screenshots
Download SideWayRP web launcher Extension CRX File
Download SideWayRP web launcher extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Tento doplňek otevře v novém okně Vašeho prohlížeče náš minimalistický launcher pro FiveM server SideWayRP.
Extension Basic Information
Name | |
ID | llifomnjbmkpgbiidgbkmbfjnpgcjdfe |
Official URL | https://chrome.google.com/webstore/detail/sidewayrp-web-launcher/llifomnjbmkpgbiidgbkmbfjnpgcjdfe |
Description | Launcher pro FiveM server SideWayRP |
File Size | 1.53 MB |
Installation Count | 122 |
Current Version | 1.2.4 |
Last Updated | 2019-05-27 |
Publish Date | 2019-05-27 |
Rating | 4.33/5 Total 3 Ratings |
Developer | https://sidewayrp.eu |
[email protected] | |
Payment Type | free |
Supported Languages | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SideWayRP web launcher", "version": "1.2.4", "description": "Launcher pro FiveM server SideWayRP", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "chrome.js" ], "persistent": false }, "chrome_url_overrides": { "newtab": "swrp.html" }, "offline_enabled": true, "browser_action": { "default_title": "SWRP" }, "permissions": [ "unlimitedStorage" ], "optional_permissions": [ "chrome:\/\/favicon\/" ] } |