Truffle

Enhance your livestream viewing experience

ما هو Truffle؟

Truffle هو إضافة Chrome تم تطويرها بواسطة https://truffle.vip، والميزة الرئيسية لها هي "Enhance your livestream viewing experience".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Truffle

قم بتنزيل ملفات الامتداد Truffle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Enhance your viewing experience on YouTube Live and Twitch! This extension adds familiar emotes to live chat, allows you to set your username and name color in chat, participate in predictions, cheer on other creators with raids, unlock rewards in the battle pass, and helps you find livestreams more easily.

How to use:
• Install and visit an enabled livestream to begin using the extension.
• Chat settings can be configured in the settings menu by clicking on the extension icon in the YouTube header.
• Name color and display name can be configured in the extension widget under the settings cog.
• Turn on 'Experimental' mode to test out new features before they're ready for everyone.

Note: The chat styles and theater mode are available for all channels but channel points and prediction are currently only available to a small subset of creators and we are actively rolling out to creators on our waitlist. If you'd like to get Truffle.TV for your livestream reach out here: https://truffle.vip

Truffle (experimental mode) also gets you merch discounts on certain creators' stores, better rewards for being a Patron, and more :) Keep an eye on our Twitter for updates: https://twitter.com/trufflevip

Formerly known as Mogul.TV and Truffle.TV                    

معلومات أساسية عن التمديد

الاسم Truffle Truffle
ID bkkjeefjfjcfdfifddmkdmcpmaakmelp
عنوان URL الرسمي https://chromewebstore.google.com/detail/truffle/bkkjeefjfjcfdfifddmkdmcpmaakmelp
الوصف Enhance your livestream viewing experience
حجم الملف 154 KB
عدد التثبيتات 213,616
النسخة الحالية 4.4.16
آخر تحديث 2024-02-06
تاريخ النشر 2021-12-05
تقييم 4.35/5 مجموع تقييمات 711
المطور https://truffle.vip
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://truffle.vip/extension
عنوان صفحة المساعدة https://discord.gg/eGC3ywbQNt
عنوان صفحة سياسة الخصوصية https://truffle.vip/policies
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Truffle",
    "version": "4.4.16",
    "description": "Enhance your livestream viewing experience",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm8aUoSOHJ3CLI88dtHf+dlZJzHVn45gLLDrpP7iy2aoYPLEjQnsFSFu1jbNhbhaA4ilmDtcR5WX7j\/8JCAXtrc2JEACg3k9Qgp6l9Z2EN6DWBg2IrwJR69w2\/CxXb5HVfJp5Bu342N7Fpvl8uxPRX5S55SUomXVwIuujWQpNDxofhqH+kFtBKfdjDLZ5QPcFAnxRXX5I5BK5MWNdXb64o7hbbHpvXPVXFi\/MPCyHHsOsd9P0rjFdj2vOxRDcKeXdQ\/VgTV27359GNquoHD4ZtF0VufXvUN4+w9swU7CcKlTaY3D4v+paN0q3LpPRNi30UpWG2uIElxkIz1mbt79JlwIDAQAB",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "legacy\/popup\/index.html"
    },
    "devtools_page": "devtools\/entry.html",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "externally_connectable": {
        "ids": [
            "pmnmpgjfacmjcnfigcmgfipemjpggmeg"
        ],
        "matches": [
            "*:\/\/*.truffle.vip\/*"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contexts\/all\/content-script\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "contexts\/privileged\/content-script\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "https:\/\/*.truffle.vip\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "contexts\/twitch\/content-script\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "contexts\/youtube\/content-script\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/accounts.youtube.com\/*",
                "*:\/\/*.youtube.com\/live_chat*"
            ]
        },
        {
            "js": [
                "contexts\/youtube-chat\/content-script\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/live_chat*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "contexts\/youtube-chat\/content-script\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/studio.youtube.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/studio.youtube.com\/live_chat*"
            ]
        },
        {
            "js": [
                "contexts\/quick-actions\/content-script\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/studio.youtube.com\/*",
                "*:\/\/dashboard.twitch.tv\/*"
            ]
        },
        {
            "js": [
                "legacy\/content\/embed\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.patreon.com\/*",
                "*:\/\/*.ludwig.gg\/*"
            ],
            "all_frames": true
        },
        {
            "js": [
                "legacy\/content\/twitch\/import-index.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage",
        "gcm",
        "notifications",
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contexts\/all\/injected-script\/index.js",
                "devtools\/index.html",
                "legacy\/injected\/embed\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "contexts\/youtube\/injected-script\/index.js",
                "contexts\/youtube-chat\/injected-script\/index.js",
                "legacy\/popup\/index.html"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ]
        },
        {
            "resources": [
                "legacy\/injected\/twitch\/index.js",
                "contexts\/twitch\/injected-script\/index.js"
            ],
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ]
        },
        {
            "resources": [
                "chunks\/*-*.js",
                "contexts\/all\/content-script\/index.js",
                "contexts\/privileged\/content-script\/index.js",
                "contexts\/twitch\/content-script\/index.js",
                "contexts\/youtube\/content-script\/index.js",
                "contexts\/youtube-chat\/content-script\/index.js",
                "contexts\/quick-actions\/content-script\/index.js",
                "legacy\/content\/embed\/index.js",
                "legacy\/content\/twitch\/index.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/*.truffle.vip\/*",
                "*:\/\/*.twitch.tv\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/studio.youtube.com\/*",
                "*:\/\/dashboard.twitch.tv\/*",
                "*:\/\/*.patreon.com\/*",
                "*:\/\/*.ludwig.gg\/*"
            ]
        }
    ]
}