Truffle Auto Bonus

Automatically collect the Truffle Bonus

What is Truffle Auto Bonus?

Truffle Auto Bonus is a Chrome extension developed by CPaczek, and its main feature is "Automatically collect the Truffle Bonus".

Extension Screenshots

screenshot

Download Truffle Auto Bonus Extension CRX File

Download Truffle Auto Bonus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Truffle Auto Bonus Truffle Auto Bonus
ID dfcngoaoikgijdehhcjhnfgjbncfhalc
Official URL https://chromewebstore.google.com/detail/truffle-auto-bonus/dfcngoaoikgijdehhcjhnfgjbncfhalc
Description Automatically collect the Truffle Bonus
File Size 6.08 KB
Installation Count 175
Current Version 1.1
Last Updated 2023-06-17
Publish Date 2022-08-01
Rating 3.00/5 Total 5 Ratings
Developer CPaczek
Email [email protected]
Payment Type free
Extension Website https://github.com/Cpaczek/truffle-auto-bonus
Help Page URL https://github.com/Cpaczek/truffle-auto-bonus/issues
Supported Languages 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"
    }
}