Truffle Auto Bonus
Automatically collect the Truffle Bonus
Hvad er Truffle Auto Bonus?
Truffle Auto Bonus er en Chrome-udvidelse udviklet af CPaczek, og dens hovedfunktion er "Automatically collect the Truffle Bonus".
Udvidelsesskærmbilleder
Download Truffle Auto Bonus-udvidelses-CRX-fil
Download Truffle Auto Bonus-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        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.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | dfcngoaoikgijdehhcjhnfgjbncfhalc | 
| Officiel URL | https://chromewebstore.google.com/detail/truffle-auto-bonus/dfcngoaoikgijdehhcjhnfgjbncfhalc | 
| Beskrivelse | Automatically collect the Truffle Bonus | 
| Filstørrelse | 6.08 KB | 
| Antal Installationer | 175 | 
| Nuværende Version | 1.1 | 
| Senest Opdateret | 2023-06-17 | 
| Udgivelsesdato | 2022-08-01 | 
| Bedømmelse | 3.00/5 Samlet 5 Bedømmelser | 
| Udvikler | CPaczek | 
| [email protected] | |
| Betalingsmetode | free | 
| Udvidelseswebsted | https://github.com/Cpaczek/truffle-auto-bonus | 
| Hjælpeside-URL | https://github.com/Cpaczek/truffle-auto-bonus/issues | 
| Understøttede Sprog | 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"
    }
}  |  |