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) 擴展基本資訊
| 名稱 | |
| ID | hflmhkgipblnfcplmdlkcknmenjmnedp |
| 官方網址 | 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"
]
}
]
} | |