7 Days to Die Twitch Integration Command Tool

This is an extension that sends chats with the click of a button for integration commands.

7 Days to Die Twitch Integration Command Tool là gì?

7 Days to Die Twitch Integration Command Tool là một tiện ích mở rộng Chrome được phát triển bởi ax4xtq3dq25b, và tính năng chính của nó là "This is an extension that sends chats with the click of a button for integration commands.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 7 Days to Die Twitch Integration Command Tool

Tải xuống các tệp mở rộng 7 Days to Die Twitch Integration Command Tool 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

                        Click this extension button to display a pop-up area listing commands for 7 Days to Die Twitch integration.

By clicking each command button, you can send a command chat that can be used for Twitch integration in 7 Days to die, which is open in the active tab.                    

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

Tên 7 Days to Die Twitch Integration Command Tool 7 Days to Die Twitch Integration Command Tool
ID afhncfplpdlhfibhceilbjpoecjpcnfj
URL Chính Thức https://chromewebstore.google.com/detail/7-days-to-die-twitch-inte/afhncfplpdlhfibhceilbjpoecjpcnfj
Mô tả This is an extension that sends chats with the click of a button for integration commands.
Kích Thước Tệp 80.32 KB
Số Lần Cài Đặt 411
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2022-01-24
Ngày Phát Hành 2021-07-25
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển ax4xtq3dq25b
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_title__",
    "description": "__MSG_desc__",
    "version": "2.1.0",
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "permissions": [
        "storage"
    ]
}