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によって開発されたChromeの拡張機能で、その主な機能は「An easy way to view available twitch drops for Rust」です。
拡張機能のスクリーンショット
TcNo Rust Drop Assistant拡張機能のCRXファイルをダウンロード
TcNo Rust Drop Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |