Truffle Auto Bonus

Automatically collect the Truffle Bonus

ما هو Truffle Auto Bonus؟

Truffle Auto Bonus هو إضافة Chrome تم تطويرها بواسطة CPaczek، والميزة الرئيسية لها هي "Automatically collect the Truffle Bonus".

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

screenshot

تحميل ملف CRX للإضافة Truffle Auto Bonus

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

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

                        You no longer need to click the claim points button for truffle streams on YouTube.


If you are a dev on Truffle please don't patch this extension. I have a workaround but its more work so lets not do this whole arms race thing because I will win.                    

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

الاسم Truffle Auto Bonus Truffle Auto Bonus
ID dfcngoaoikgijdehhcjhnfgjbncfhalc
عنوان URL الرسمي https://chromewebstore.google.com/detail/truffle-auto-bonus/dfcngoaoikgijdehhcjhnfgjbncfhalc
الوصف Automatically collect the Truffle Bonus
حجم الملف 6.08 KB
عدد التثبيتات 175
النسخة الحالية 1.1
آخر تحديث 2023-06-17
تاريخ النشر 2022-08-01
تقييم 3.00/5 مجموع تقييمات 5
المطور CPaczek
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/Cpaczek/truffle-auto-bonus
عنوان صفحة المساعدة https://github.com/Cpaczek/truffle-auto-bonus/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Truffle Auto Bonus",
    "description": "Automatically collect the Truffle Bonus",
    "version": "1.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.ludwig.social\/*",
                "https:\/\/*.truffle.site\/*"
            ],
            "js": [
                "content-scripts\/content-script.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}