PS4 Emulator For PC
This extension was created with the awesome remoteplay.site
什么是PS4 Emulator For PC?
PS4 Emulator For PC是由maheshnigg开发的Chrome扩展程序,该扩展的主要功能是“This extension was created with the awesome remoteplay.site”。
扩展截图
下载PS4 Emulator For PC扩展crx文件
下载PS4 Emulator For PC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Download & Install PS4 / PS5 Emulator on Windows Computer. Playstation and Xbox are quite the same as the best consoles for gaming. The former is developed by Sony whereas the later is authorized by Microsoft. And to enjoy games of such consoles on PC, there are certain software developed. PS4 Emulator for PC is also such software through which you can play all the games of PlayStation on your PC. Enjoy Your PlayStation Games on PC.
扩展基本信息
名称 | |
ID | ffppnjbpabanjnmbgfamhbdmoapipcmb |
官方URL | https://chrome.google.com/webstore/detail/ps4-emulator-for-pc/ffppnjbpabanjnmbgfamhbdmoapipcmb |
简介 | This extension was created with the awesome remoteplay.site |
文件大小 | 40.88 KB |
安装次数 | 1,063 |
当前版本 | 0.0.9 |
更新时间 | 2021-03-03 |
上架时间 | 2021-03-03 |
评分 | 1.00/5 共1次评分 |
开发者 | maheshnigg |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://playstation.com |
帮助页面URL | https://www.playstation.com/en-in/support/ |
隐私政策页面URL | https://remoteplay.site/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PS4 Emulator For PC", "version": "0.0.9", "manifest_version": 2, "description": "This extension was created with the awesome remoteplay.site", "homepage_url": "https:\/\/remoteplay.site", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "\/js\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |