Truffle Auto Bonus
Automatically collect the Truffle Bonus
什么是Truffle Auto Bonus?
Truffle Auto Bonus是由CPaczek开发的Chrome扩展程序,该扩展的主要功能是“Automatically collect the Truffle Bonus”。
扩展截图
下载Truffle Auto Bonus扩展crx文件
下载Truffle Auto Bonus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Truffle Auto Bonus |
ID | dfcngoaoikgijdehhcjhnfgjbncfhalc |
官方URL | https://chromewebstore.google.com/detail/truffle-auto-bonus/dfcngoaoikgijdehhcjhnfgjbncfhalc |
简介 | Automatically collect the Truffle Bonus |
文件大小 | 6.08 KB |
安装次数 | 175 |
当前版本 | 1.1 |
更新时间 | 2023-06-17 |
上架时间 | 2022-08-01 |
评分 | 3.00/5 共5次评分 |
开发者 | CPaczek |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/Cpaczek/truffle-auto-bonus |
帮助页面URL | https://github.com/Cpaczek/truffle-auto-bonus/issues |
支持的语言 | 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" } } |