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.”。
擴展截圖
下載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 |
ID | lipnjeomciancapiidmcnioaghnfjgdn |
官方網址 | 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__" } } } |