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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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__"
        }
    }
}