Truffle Auto Bonus

Automatically collect the Truffle Bonus

什麼是Truffle Auto Bonus?

Truffle Auto Bonus是由CPaczek開發的Chrome擴展程式,該擴展的主要功能是“Automatically collect the Truffle Bonus”。

擴展截圖

screenshot

下載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 Truffle Auto Bonus
ID dfcngoaoikgijdehhcjhnfgjbncfhalc
官方網址 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"
    }
}