Go to Tiwtcas Broadcastertool

Opens Twitcasting broadcastertool page.

Go to Tiwtcas Broadcastertool क्या है?

Go to Tiwtcas Broadcastertool https://kii-memo.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens Twitcasting broadcastertool page."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Go to Tiwtcas Broadcastertool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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__"
        }
    }
}