PS5 Emulator Updates
This extension was created to share updates on the new PS5 Emulator project from PSemuX. Thank you for installing :)
Что такое PS5 Emulator Updates?
PS5 Emulator Updates - это расширение Chrome, разработанное https://psemux.com, и его основная функция - "This extension was created to share updates on the new PS5 Emulator project from PSemuX. Thank you for installing :)".
Снимки экрана расширения
Скачать файл CRX расширения PS5 Emulator Updates
Скачайте файлы расширений PS5 Emulator Updates в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Updates for the new PS5 Emulator for PC & mac. Thank you installing, we are continuing to update and get out new patches and fixes for the PSemuX. Stay tuned and keep this extension installed for the latest news & updates. Currently in development and looking for more beta testers! Still looking for more! Основная информация о расширении
| Название | |
| ID | cpnhkfnpafcdddmfhijnkjfcdhiifgpn |
| Официальный URL | https://chromewebstore.google.com/detail/ps5-emulator-updates/cpnhkfnpafcdddmfhijnkjfcdhiifgpn |
| Описание | This extension was created to share updates on the new PS5 Emulator project from PSemuX. Thank you for installing :) |
| Размер файла | 40.62 KB |
| Количество установок | 260 |
| Текущая Версия | 1 |
| Последнее Обновление | 2021-03-19 |
| Дата публикации | 2021-01-13 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | https://psemux.com |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://psemux.com/ |
| URL страницы помощи | https://psemux.com/ |
| URL страницы политики конфиденциальности | https://psemux.com/privacy-policy-3 |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "PS5 Emulator Updates",
"version": "1",
"manifest_version": 2,
"description": "This extension was created to share updates on the new PS5 Emulator project from PSemuX. Thank you for installing :)",
"homepage_url": "https:\/\/psemux.com\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"background": {
"page": "src\/bg\/background.html",
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "browser action demo",
"default_popup": "src\/browser_action\/browser_action.html"
}
} | |