Rustplus.py Link Companion
The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…
Что такое Rustplus.py Link Companion?
Rustplus.py Link Companion - это расширение Chrome, разработанное RustPlus.py, и его основная функция - "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".
Снимки экрана расширения
Скачать файл CRX расширения Rustplus.py Link Companion
Скачайте файлы расширений Rustplus.py Link Companion в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM servers so that they can use them in the RustPlus.py library Основная информация о расширении
| Название | |
| ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
| Официальный URL | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
| Описание | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
| Размер файла | 65.89 KB |
| Количество установок | 316 |
| Текущая Версия | 1.0.1 |
| Последнее Обновление | 2022-04-18 |
| Дата публикации | 2022-04-17 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | RustPlus.py |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://rpluscompanion.ollieee.xyz/ |
| Поддерживаемые языки | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": "icons\/icon.png",
"default_title": "Authenticate with Rust+"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/companion-rust.facepunch.com\/*"
]
}
],
"manifest_version": 3,
"name": "Rustplus.py Link Companion",
"version": "1.0.1",
"web_accessible_resources": [
{
"matches": [
"https:\/\/companion-rust.facepunch.com\/*"
],
"resources": [
"catcher.js"
]
}
]
} | |