TcNo Rust Drop Assistant
An easy way to view available twitch drops for Rust
TcNo Rust Drop Assistant là gì?
TcNo Rust Drop Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://tcno.co, và tính năng chính của nó là "An easy way to view available twitch drops for Rust".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TcNo Rust Drop Assistant
Tải xuống các tệp mở rộng TcNo Rust Drop Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TcNo Rust Drop Assistant |
ID | hflmhkgipblnfcplmdlkcknmenjmnedp |
URL Chính Thức | https://chromewebstore.google.com/detail/tcno-rust-drop-assistant/hflmhkgipblnfcplmdlkcknmenjmnedp |
Mô tả | An easy way to view available twitch drops for Rust |
Kích Thước Tệp | 24.54 KB |
Số Lần Cài Đặt | 599 |
Phiên Bản Hiện Tại | 1.3.8 |
Cập Nhật Lần Cuối | 2021-07-19 |
Ngày Phát Hành | 2021-02-08 |
Đánh Giá | 2.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://tcno.co |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://s.tcno.co/Card-Discord |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |