Truffle Auto Bonus

Automatically collect the Truffle Bonus

Wat is Truffle Auto Bonus?

Truffle Auto Bonus is een Chrome-extensie ontwikkeld door CPaczek, en de belangrijkste functie is "Automatically collect the Truffle Bonus".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Truffle Auto Bonus

Download Truffle Auto Bonus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Truffle Auto Bonus Truffle Auto Bonus
ID dfcngoaoikgijdehhcjhnfgjbncfhalc
Officiële URL https://chromewebstore.google.com/detail/truffle-auto-bonus/dfcngoaoikgijdehhcjhnfgjbncfhalc
Beschrijving Automatically collect the Truffle Bonus
Bestandsgrootte 6.08 KB
Aantal Installaties 175
Huidige Versie 1.1
Laatst Bijgewerkt 2023-06-17
Publicatiedatum 2022-08-01
Beoordeling 3.00/5 Totaal 5 Beoordelingen
Ontwikkelaar CPaczek
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Cpaczek/truffle-auto-bonus
Help Pagina-URL https://github.com/Cpaczek/truffle-auto-bonus/issues
Ondersteunde Talen 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"
    }
}