Go to Tiwtcas Broadcastertool
Opens Twitcasting broadcastertool page.
Cos'è Go to Tiwtcas Broadcastertool?
Go to Tiwtcas Broadcastertool è un'estensione di Chrome sviluppata da https://kii-memo.blogspot.com, e la sua funzione principale è "Opens Twitcasting broadcastertool page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go to Tiwtcas Broadcastertool
Scarica i file di estensione Go to Tiwtcas Broadcastertool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Go to Tiwtcas Broadcastertool |
ID | lipnjeomciancapiidmcnioaghnfjgdn |
URL Ufficiale | https://chromewebstore.google.com/detail/go-to-tiwtcas-broadcaster/lipnjeomciancapiidmcnioaghnfjgdn |
Descrizione | Opens Twitcasting broadcastertool page. |
Dimensione del File | 10.86 KB |
Conteggio Installazioni | 127 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2023-02-09 |
Data di Pubblicazione | 2020-10-24 |
Sviluppatore | https://kii-memo.blogspot.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://kii-memo.blogspot.com/goto-tiwtcast-broadcastertool.html |
URL della Pagina di Aiuto | https://kii-memo.blogspot.com/goto-tiwtcast-broadcastertool.html |
Lingue Supportate | 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__" } } } |