Truffle Auto Bonus

Automatically collect the Truffle Bonus

Truffle Auto Bonus क्या है?

Truffle Auto Bonus CPaczek द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically collect the Truffle Bonus"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Truffle Auto Bonus एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक 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"
    }
}