Twitch Claimer

Auto claims loot in your twitch inventory and channel points.

ما هو Twitch Claimer؟

Twitch Claimer هو إضافة Chrome تم تطويرها بواسطة Danny Keeley، والميزة الرئيسية لها هي "Auto claims loot in your twitch inventory and channel points.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Twitch Claimer

قم بتنزيل ملفات الامتداد Twitch Claimer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension will claim loot for you while you keep twitch inventory page open, every minute.
It will also claim the channel points.

https://www.twitch.tv/drops/inventory

## Update - 12-08-2023 ##
Removed interval chooser to fix bug not claiming sometimes.

## Update - 21-05-2023 ##
The extension will now claim channel points.

## Update - 19-05-2023 ##
Fixed bug where twitchs website had changed so was no longer claiming loot.
Extension has been mostly rewritten to work with Google updates.                    

معلومات أساسية عن التمديد

الاسم Twitch Claimer Twitch Claimer
ID jmgfefhipiolnhiklhhlmmijhnckclnl
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-claimer/jmgfefhipiolnhiklhhlmmijhnckclnl
الوصف Auto claims loot in your twitch inventory and channel points.
حجم الملف 39 KB
عدد التثبيتات 20,000
النسخة الحالية 0.9
آخر تحديث 2023-08-13
تاريخ النشر 2021-04-02
تقييم 4.59/5 مجموع تقييمات 22
المطور Danny Keeley
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Claimer",
    "version": "0.9",
    "description": "Auto claims loot in your twitch inventory and channel points.",
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "48": "\/images\/icon-48.png",
        "128": "\/images\/icon-128.png"
    },
    "action": {
        "default_icon": "\/images\/icon-32.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ]
}