ツイキャスコメント楽々送信

ツイキャスのコメントをEnterで送信、Shiftで改行できるようにする。

What is ツイキャスコメント楽々送信?

ツイキャスコメント楽々送信 is a Chrome extension developed by miyatsuko393, and its main feature is "ツイキャスのコメントをEnterで送信、Shiftで改行できるようにする。".

Extension Screenshots

screenshot

Download ツイキャスコメント楽々送信 Extension CRX File

Download ツイキャスコメント楽々送信 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ツイキャス配信でコメントを送信する際にEnterで送信できるようにする。
Shift+Enterで改行できるようにする。                    

Extension Basic Information

Name ツイキャスコメント楽々送信 ツイキャスコメント楽々送信
ID fiakfefleilhjceopkofaegcnmcoobhj
Official URL https://chromewebstore.google.com/detail/%E3%83%84%E3%82%A4%E3%82%AD%E3%83%A3%E3%82%B9%E3%82%B3%E3%83%A1%E3%83%B3%E3%83%88%E6%A5%BD%E3%80%85%E9%80%81%E4%BF%A1/fiakfefleilhjceopkofaegcnmcoobhj
Description ツイキャスのコメントをEnterで送信、Shiftで改行できるようにする。
File Size 104 KB
Installation Count 446
Current Version 1.0.1
Last Updated 2021-07-06
Publish Date 2021-06-13
Rating 5.00/5 Total 1 Ratings
Developer miyatsuko393
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u30c4\u30a4\u30ad\u30e3\u30b9\u30b3\u30e1\u30f3\u30c8\u697d\u3005\u9001\u4fe1",
    "version": "1.0.1",
    "description": "\u30c4\u30a4\u30ad\u30e3\u30b9\u306e\u30b3\u30e1\u30f3\u30c8\u3092Enter\u3067\u9001\u4fe1\u3001Shift\u3067\u6539\u884c\u3067\u304d\u308b\u3088\u3046\u306b\u3059\u308b\u3002",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitcasting.tv\/*"
            ],
            "js": [
                "jquery-3.6.0.js",
                "content_script.js"
            ]
        }
    ]
}