TcNo Rust Drop Assistant
An easy way to view available twitch drops for Rust
TcNo Rust Drop Assistant क्या है?
TcNo Rust Drop Assistant https://tcno.co द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy way to view available twitch drops for Rust"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TcNo Rust Drop Assistant एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A simple Open-source extension to extend Twitch Drop and Rust (Facepunch) functionality. Full project source available here: https://github.com/TcNobo/TcNo-Rust-Drop-Assistant Features: - Highlights & sorts already claimed items from Twitch on Facepunch's website (https://twitch.facepunch.com/) NEW in 1.3: + Added drop progress bars on the Facepunch page! Official website: https://tcno.co/ Discord: https://s.tcno.co/Card-Discord Suggestions & Business queries: [email protected] (or via Discord)
एक्सटेंशन की मूल जानकारी
नाम | TcNo Rust Drop Assistant |
ID | hflmhkgipblnfcplmdlkcknmenjmnedp |
आधिकारिक URL | https://chromewebstore.google.com/detail/tcno-rust-drop-assistant/hflmhkgipblnfcplmdlkcknmenjmnedp |
विवरण | An easy way to view available twitch drops for Rust |
फ़ाइल का आकार | 24.54 KB |
स्थापना संख्या | 599 |
वर्तमान संस्करण | 1.3.8 |
अंतिम अपडेट | 2021-07-19 |
प्रकाशन तिथि | 2021-02-08 |
रेटिंग | 2.75/5 कुल 4 रेटिंग्स |
डेवलपर | https://tcno.co |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://s.tcno.co/Card-Discord |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TcNo Rust Drop Assistant", "description": "An easy way to view available twitch drops for Rust", "version": "1.3.8", "homepage_url": "https:\/\/tcno.co\/", "browser_action": { "default_icon": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "default_popup": "popup.html" }, "icons": { "16": "images\/icon16x16.png", "32": "images\/icon32x32.png", "48": "images\/icon48x48.png", "128": "images\/icon128x128.png" }, "web_accessible_resources": [ "TcNoEmbed.js" ], "permissions": [ "storage", "*:\/\/*.twitch.tv\/drops\/*", "*:\/\/*.twitch.facepunch.com\/*" ], "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.twitch.tv\/drops\/inventory*", "*:\/\/*.twitch.facepunch.com\/*" ], "js": [ "inj.js" ] } ] } |