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.                     拡張機能の基本情報
| 名前 |   |  
| 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 | 
| Eメール | [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"
    }
}  |  |