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はRustPlus.pyによって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
]
}
]
} | |