Twich.tv: Auto-Point Claimer

An easy and automatic way to claim Channel Points for twitch.tv.

ما هو Twich.tv: Auto-Point Claimer؟

Twich.tv: Auto-Point Claimer هو إضافة Chrome تم تطويرها بواسطة LorenKociko، والميزة الرئيسية لها هي "An easy and automatic way to claim Channel Points for twitch.tv.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Twich.tv: Auto-Point Claimer

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

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

                        An easy and automatic way to claim Channel Points for twitch.tv.

This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.                    

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

الاسم Twich.tv: Auto-Point Claimer Twich.tv: Auto-Point Claimer
ID dfjjoleblddbjilmihenpcpjkndamphe
عنوان URL الرسمي https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe
الوصف An easy and automatic way to claim Channel Points for twitch.tv.
حجم الملف 260 KB
عدد التثبيتات 3,577
النسخة الحالية 1.0
آخر تحديث 2022-02-27
تاريخ النشر 2022-02-24
تقييم 5.00/5 مجموع تقييمات 5
المطور LorenKociko
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twich.tv: Auto-Point Claimer",
    "description": "An easy and automatic way to claim Channel Points for twitch.tv.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/16.png",
            "48": ".\/icons\/48.png",
            "128": ".\/icons\/128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}