rustLink
This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…
rustLink क्या है?
rustLink https://rustlink.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में rustLink एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be redirected to Rust+ login page, login using Steam and continue through our login process. OR navigate to https://rustlink.io then click on the login button.
एक्सटेंशन की मूल जानकारी
नाम | rustLink |
ID | gefidibfcckkmkadcnoefnbohjkianhp |
आधिकारिक URL | https://chromewebstore.google.com/detail/rustlink/gefidibfcckkmkadcnoefnbohjkianhp |
विवरण | This extension will collect your Rust+ Token in order to use rustLink.io services. How to use? Click on the extension icon to be… |
फ़ाइल का आकार | 17.17 KB |
स्थापना संख्या | 7,241 |
वर्तमान संस्करण | 1.0.1 |
अंतिम अपडेट | 2021-10-09 |
प्रकाशन तिथि | 2021-10-08 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://rustlink.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "rustLink", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "icons\/16.png", "32": "icons\/32.png", "48": "icons\/48.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/companion-rust.facepunch.com\/*", "http:\/\/rustlink.io\/*", "https:\/\/rustlink.io\/*" ], "js": [ "content.js" ] } ], "action": { "default_title": "Authenticate to rustLink.io", "default_icon": "icons\/auth.png" }, "web_accessible_resources": [ { "resources": [ "catcher.js" ], "matches": [ "https:\/\/companion-rust.facepunch.com\/*" ] } ] } |