Twitch Chat Reader

Handles Automatically Reading Twitch Chat

Twitch Chat Reader là gì?

Twitch Chat Reader là một tiện ích mở rộng Chrome được phát triển bởi fuccaro.ost, và tính năng chính của nó là "Handles Automatically Reading Twitch Chat".

Tải xuống tệp CRX của tiện ích mở rộng Twitch Chat Reader

Tải xuống các tệp mở rộng Twitch Chat Reader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Twitch Chat Reader (Alpha)

Want to have twitch chat read for you? Want to experience the cancerous effects of chat without having to stop fapping? this is the extension for you!

Beware, this is an early Alpha, please direct all feature requests to the git                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Chat Reader Twitch Chat Reader
ID kajlflbjoafhflgfbpldefdnbhlfdion
URL Chính Thức https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion
Mô tả Handles Automatically Reading Twitch Chat
Kích Thước Tệp 56.57 KB
Số Lần Cài Đặt 200
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2016-05-27
Ngày Phát Hành 2016-05-27
Đánh Giá 4.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển fuccaro.ost
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Chat Reader",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "Handles Automatically Reading Twitch Chat",
    "homepage_url": "http:\/\/www.reddit.com\/u\/anarcie",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.jpg",
        "128": "icons\/icon128.jpg"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Twitch Chat Reader",
        "default_popup": "src\/popup.html"
    },
    "permissions": [
        "https:\/\/www.twitch.tv\/*",
        "http:\/\/www.twitch.tv\/*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}