SideWayRP web launcher

Launcher pro FiveM server SideWayRP

什么是SideWayRP web launcher?

SideWayRP web launcher是由https://sidewayrp.eu开发的Chrome扩展程序,该扩展的主要功能是“Launcher pro FiveM server SideWayRP”。

扩展截图

screenshot

下载SideWayRP web launcher扩展crx文件

下载SideWayRP web launcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Tento doplňek otevře v novém okně Vašeho prohlížeče náš minimalistický launcher pro FiveM server SideWayRP.                    

扩展基本信息

名称 SideWayRP web launcher SideWayRP web launcher
ID llifomnjbmkpgbiidgbkmbfjnpgcjdfe
官方URL https://chrome.google.com/webstore/detail/sidewayrp-web-launcher/llifomnjbmkpgbiidgbkmbfjnpgcjdfe
简介 Launcher pro FiveM server SideWayRP
文件大小 1.53 MB
安装次数 122
当前版本 1.2.4
更新时间 2019-05-27
上架时间 2019-05-27
评分 4.33/5 共3次评分
开发者 https://sidewayrp.eu
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/"
    ]
}