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 je Rustplus.py Link Companion?
Rustplus.py Link Companion je rozšíření Chrome vyvinuté RustPlus.py, a jeho hlavní funkcí je „The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Rustplus.py Link Companion
Stáhněte si soubory rozšíření Rustplus.py Link Companion ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Rustplus.py Link Companion |
ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
Oficiální URL | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
Popis | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
Velikost souboru | 65.89 KB |
Počet instalací | 316 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2022-04-18 |
Datum Vydání | 2022-04-17 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | RustPlus.py |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://rpluscompanion.ollieee.xyz/ |
Podporované Jazyky | 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" ] } ] } |