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…
Co to jest Rustplus.py Link Companion?
Rustplus.py Link Companion to rozszerzenie Chrome opracowane przez RustPlus.py, a jego główną funkcją jest „The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rustplus.py Link Companion
Pobierz pliki rozszerzeń Rustplus.py Link Companion w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Rustplus.py Link Companion |
ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
Oficjalny URL | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
Opis | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
Rozmiar pliku | 65.89 KB |
Liczba instalacji | 316 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2022-04-18 |
Data Publikacji | 2022-04-17 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | RustPlus.py |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://rpluscompanion.ollieee.xyz/ |
Obsługiwane Języki | 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" ] } ] } |