TTV Tools

Adds extra features to Twitch

TTV Toolsคืออะไร?

TTV Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ephellon และคุณลักษณะหลักของมันคือ "Adds extra features to Twitch"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TTV Tools

ดาวน์โหลดไฟล์ส่วนขยาย TTV Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Adds optional tools to Twitch to enhance your experience:

• Redeem Drops, Prime™️ Loot, and Bonus Channel Points automatically
• Skip through channels quickly to only collect daily Channel Point bonuses
• Record the entire stream (DVR), during Channel Point purchases (Trophies), or snippets
• Disable Twitch extensions from displaying over the stream
• Recover the stream when it fails to load, display, or play correctly
• Reload Twitch when the page or stream fails to display
• Automatically watch for channels that go live
• Stop channels from hosting and/or raiding
• Automatically join streams/watch parties

And more...

• Toggle the stream between low quality and auto-quality at the push of a button
• Automatically put the stream into Default, Theatre or Full-screen mode
• Automatically follow channels for you using a customizable filter
• Play a notification sound when you receive a whisper/message
• Filter badges, users, messages and emotes from chat
• Highlight (and/or pop-up) messages that mention you
• Make chat more reader-friendly (color, font, etc.)
• Mark and hide spam (repetitive) messages
• Use BetterTTV emotes

• Estimate how long streams need to be watched to redeem Channel Point rewards
• Show how many channel points you've collected when hovering over a channel
• Display a small Channel Points receipt
• Convert Bits to USD

• View chats of channels you've been banned from (BETA)
• Convert text to emotes without a subscription (BETA)
• Automatically adjust the stream resolution when there's a change in stream activity (BETA)

If you have issues, please visit the support page (GitHub).

This extension is in no way affiliated with, nor endorsed by Twitch or its partners.

Data gathered and used by the extension will always stay local (on your machine).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TTV Tools TTV Tools
ID fcfodihfdbiiogppbnhabkigcdhkhdjd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ttv-tools/fcfodihfdbiiogppbnhabkigcdhkhdjd
คำอธิบาย Adds extra features to Twitch
ขนาดไฟล์ 1.23 MB
จำนวนการติดตั้ง 2,083
เวอร์ชันปัจจุบัน 5.33.1
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2020-07-27
คะแนน 4.22/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา ephellon
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ephellon/twitch-tools
URL หน้าช่วยเหลือ https://github.com/ephellon/twitch-tools
URL หน้านโยบายความเป็นส่วนตัว https://github.com/Ephellon/Privacy-Policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TTV Tools",
    "description": "Adds extra features to Twitch",
    "version": "5.33.1",
    "minimum_chrome_version": "88",
    "homepage_url": "https:\/\/github.com\/ephellon\/twitch-tools",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "96": "96.png",
        "128": "128.png",
        "256": "256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/clips.twitch.tv\/*",
                "http:\/\/clips.twitch.tv\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "ext\/localforage.js",
                "ext\/polyfill.js",
                "ext\/resemble.js",
                "ext\/glyphs.js",
                "core.js",
                "clips.js"
            ]
        },
        {
            "matches": [
                "https:\/\/player.twitch.tv\/*",
                "http:\/\/player.twitch.tv\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "ext\/localforage.js",
                "ext\/polyfill.js",
                "ext\/resemble.js",
                "ext\/glyphs.js",
                "core.js",
                "player.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/popout\/*",
                "http:\/\/www.twitch.tv\/popout\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "ext\/localforage.js",
                "ext\/polyfill.js",
                "ext\/resemble.js",
                "ext\/sortable.js",
                "ext\/glyphs.js",
                "ext\/irc.js",
                "core.js",
                "chat.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*",
                "http:\/\/www.twitch.tv\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "ext\/localforage.js",
                "ext\/polyfill.js",
                "ext\/resemble.js",
                "ext\/sortable.js",
                "ext\/glyphs.js",
                "ext\/irc.js",
                "core.js",
                "tools.js",
                "chat.js",
                "ext\/tracking.js",
                "ext\/face.js",
                "ext\/eye.js",
                "ext\/mouth.js"
            ],
            "css": [
                "core.css",
                "extras.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "settings.html",
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "96": "96.png"
        },
        "default_title": "TTV Tools",
        "default_popup": "settings.html?popup=1"
    },
    "host_permissions": [
        "*:\/\/player.twitch.tv\/*",
        "*:\/\/www.twitch.tv\/*",
        "*:\/\/twitch.tv\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.svg",
                "aud\/*.*",
                "ext\/*.*",
                "font\/*.*",
                "*.css"
            ],
            "matches": [
                "*:\/\/player.twitch.tv\/*",
                "*:\/\/www.twitch.tv\/*",
                "*:\/\/twitch.tv\/*"
            ],
            "use_dynamic_url": false
        }
    ]
}