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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

TcNo Rust Drop Assistant 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}