Truffle Auto Bonus
Automatically collect the Truffle Bonus
Vad är Truffle Auto Bonus?
Truffle Auto Bonus är en Chrome-tillägg utvecklad av CPaczek, och dess huvudfunktion är "Automatically collect the Truffle Bonus".
Tilläggsskärmbilder
Ladda ner Truffle Auto Bonus-förlängningens CRX-fil
Ladda ner Truffle Auto Bonus-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Truffle Auto Bonus |
ID | dfcngoaoikgijdehhcjhnfgjbncfhalc |
Officiell webbadress | https://chromewebstore.google.com/detail/truffle-auto-bonus/dfcngoaoikgijdehhcjhnfgjbncfhalc |
Beskrivning | Automatically collect the Truffle Bonus |
Filstorlek | 6.08 KB |
Antal Installationer | 175 |
Aktuell Version | 1.1 |
Senast Uppdaterad | 2023-06-17 |
Publiceringsdatum | 2022-08-01 |
Betyg | 3.00/5 Totalt 5 Betyg |
Utvecklare | CPaczek |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/Cpaczek/truffle-auto-bonus |
Hjälpsida URL | https://github.com/Cpaczek/truffle-auto-bonus/issues |
Stödda Språk | 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" } } |