TcNo Rust Drop Assistant

An easy way to view available twitch drops for Rust

ما هو TcNo Rust Drop Assistant؟

TcNo Rust Drop Assistant هو إضافة Chrome تم تطويرها بواسطة https://tcno.co، والميزة الرئيسية لها هي "An easy way to view available twitch drops for Rust".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة TcNo Rust Drop Assistant

قم بتنزيل ملفات الامتداد TcNo Rust Drop Assistant بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}