Truffle Auto Bonus

Automatically collect the Truffle Bonus

Cos'è Truffle Auto Bonus?

Truffle Auto Bonus è un'estensione di Chrome sviluppata da CPaczek, e la sua funzione principale è "Automatically collect the Truffle Bonus".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Truffle Auto Bonus

Scarica i file di estensione Truffle Auto Bonus in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Truffle Auto Bonus Truffle Auto Bonus
ID dfcngoaoikgijdehhcjhnfgjbncfhalc
URL Ufficiale https://chromewebstore.google.com/detail/truffle-auto-bonus/dfcngoaoikgijdehhcjhnfgjbncfhalc
Descrizione Automatically collect the Truffle Bonus
Dimensione del File 6.08 KB
Conteggio Installazioni 175
Versione Corrente 1.1
Ultimo Aggiornamento 2023-06-17
Data di Pubblicazione 2022-08-01
Valutazione 3.00/5 Totale 5 Valutazioni
Sviluppatore CPaczek
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Cpaczek/truffle-auto-bonus
URL della Pagina di Aiuto https://github.com/Cpaczek/truffle-auto-bonus/issues
Lingue Supportate 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"
    }
}