Koci's Twitch Chat Shortcuts

Make shortcuts in your twitch chat to make your chatting/emoting easier.

Koci's Twitch Chat Shortcuts là gì?

Koci's Twitch Chat Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Koci, và tính năng chính của nó là "Make shortcuts in your twitch chat to make your chatting/emoting easier.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

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

Tải xuống các tệp mở rộng Koci's Twitch Chat Shortcuts 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

                        Make shortcuts in your twitch chat to make your chatting/emoting easier.
Ever wanted to write H instead of HYPEROMEGALUL? Now is the right time to be alive 4House                    

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

Tên Koci's Twitch Chat Shortcuts Koci's Twitch Chat Shortcuts
ID njfogjbfnbiahacbffofhfgoihmalkod
URL Chính Thức https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod
Mô tả Make shortcuts in your twitch chat to make your chatting/emoting easier.
Kích Thước Tệp 223 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-08-20
Ngày Phát Hành 2018-08-20
Đánh Giá 4.50/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Koci
Loại Thanh Toán in_app
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Koci's Twitch Chat Shortcuts",
    "version": "1.1.0",
    "description": "Make shortcuts in your twitch chat to make your chatting\/emoting easier.",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "identity.email"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}