SideWayRP web launcher
Launcher pro FiveM server SideWayRP
Cos'è SideWayRP web launcher?
SideWayRP web launcher è un'estensione di Chrome sviluppata da https://sidewayrp.eu, e la sua funzione principale è "Launcher pro FiveM server SideWayRP".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SideWayRP web launcher
Scarica i file di estensione SideWayRP web launcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Tento doplňek otevře v novém okně Vašeho prohlížeče náš minimalistický launcher pro FiveM server SideWayRP.
Informazioni di Base sull'Estensione
Nome | |
ID | llifomnjbmkpgbiidgbkmbfjnpgcjdfe |
URL Ufficiale | https://chrome.google.com/webstore/detail/sidewayrp-web-launcher/llifomnjbmkpgbiidgbkmbfjnpgcjdfe |
Descrizione | Launcher pro FiveM server SideWayRP |
Dimensione del File | 1.53 MB |
Conteggio Installazioni | 122 |
Versione Corrente | 1.2.4 |
Ultimo Aggiornamento | 2019-05-27 |
Data di Pubblicazione | 2019-05-27 |
Valutazione | 4.33/5 Totale 3 Valutazioni |
Sviluppatore | https://sidewayrp.eu |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |