Go to Tiwtcas Broadcastertool

Opens Twitcasting broadcastertool page.

Go to Tiwtcas Broadcastertool là gì?

Go to Tiwtcas Broadcastertool là một tiện ích mở rộng Chrome được phát triển bởi https://kii-memo.blogspot.com, và tính năng chính của nó là "Opens Twitcasting broadcastertool page.".

Ả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 Go to Tiwtcas Broadcastertool

Tải xuống các tệp mở rộng Go to Tiwtcas Broadcastertool 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

                        Adds a button to open the boroadcaster tool page of Twitcasting live streaming service (https://twitcasting.tv/).

The page allows the live streamer to see relatively long history of recently received both comments and items. However, in order to open this page from another page on Twitcasting site, one need to open a pop-up on the header then select the link.
This extension provides a quick mean of accessing the boroadcaster tool page just by a click of the button.                    

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

Tên Go to Tiwtcas Broadcastertool Go to Tiwtcas Broadcastertool
ID lipnjeomciancapiidmcnioaghnfjgdn
URL Chính Thức https://chromewebstore.google.com/detail/go-to-tiwtcas-broadcaster/lipnjeomciancapiidmcnioaghnfjgdn
Mô tả Opens Twitcasting broadcastertool page.
Kích Thước Tệp 10.86 KB
Số Lần Cài Đặt 127
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2023-02-09
Ngày Phát Hành 2020-10-24
Nhà Phát Triển https://kii-memo.blogspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kii-memo.blogspot.com/goto-tiwtcast-broadcastertool.html
URL Trang Trợ Giúp https://kii-memo.blogspot.com/goto-tiwtcast-broadcastertool.html
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "author": "tw: @kii_memo_jp",
    "homepage_url": "https:\/\/kii-memo.blogspot.com\/goto-tiwtcast-broadcastertool.html",
    "background": {
        "service_worker": "serviceworker.js"
    },
    "action": {
        "page": "",
        "chrome_style": true,
        "default_icon": {
            "16": "icon_16.png",
            "32": "icon_32.png",
            "48": "icon_48.png",
            "128": "icon_128.png"
        },
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "__MSG_extCmdDesc__"
        }
    }
}