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…
Vad är Rustplus.py Link Companion?
Rustplus.py Link Companion är en Chrome-tillägg utvecklad av RustPlus.py, och dess huvudfunktion är "The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM…".
Tilläggsskärmbilder
Ladda ner Rustplus.py Link Companion-förlängningens CRX-fil
Ladda ner Rustplus.py Link Companion-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | gojhnmnggbnflhdcpcemeahejhcimnlf |
| Officiell webbadress | https://chromewebstore.google.com/detail/rustpluspy-link-companion/gojhnmnggbnflhdcpcemeahejhcimnlf |
| Beskrivning | The RustPlus.py link companion will allow the user to access their FCM Details easily and also register them with the Rust+ FCM… |
| Filstorlek | 65.89 KB |
| Antal Installationer | 316 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2022-04-18 |
| Publiceringsdatum | 2022-04-17 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | RustPlus.py |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://rpluscompanion.ollieee.xyz/ |
| Stödda Språk | 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"
]
}
]
} | |