Go to Tiwtcas Broadcastertool

Opens Twitcasting broadcastertool page.

什么是Go to Tiwtcas Broadcastertool?

Go to Tiwtcas Broadcastertool是由https://kii-memo.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Opens Twitcasting broadcastertool page.”。

扩展截图

screenshot
screenshot

下载Go to Tiwtcas Broadcastertool扩展crx文件

下载Go to Tiwtcas Broadcastertool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Go to Tiwtcas Broadcastertool Go to Tiwtcas Broadcastertool
ID lipnjeomciancapiidmcnioaghnfjgdn
官方URL https://chromewebstore.google.com/detail/go-to-tiwtcas-broadcaster/lipnjeomciancapiidmcnioaghnfjgdn
简介 Opens Twitcasting broadcastertool page.
文件大小 10.86 KB
安装次数 127
当前版本 1.1
更新时间 2023-02-09
上架时间 2020-10-24
开发者 https://kii-memo.blogspot.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kii-memo.blogspot.com/goto-tiwtcast-broadcastertool.html
帮助页面URL https://kii-memo.blogspot.com/goto-tiwtcast-broadcastertool.html
支持的语言 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__"
        }
    }
}