TwitCasting Comment Cleaner

A plugin for deleting comments at TwitCasting

What is TwitCasting Comment Cleaner?

TwitCasting Comment Cleaner is a Chrome extension developed by Kikyou Akino, and its main feature is "A plugin for deleting comments at TwitCasting".

Extension Screenshots

screenshot

Download TwitCasting Comment Cleaner Extension CRX File

Download TwitCasting Comment Cleaner 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

                        ツイキャスの自分のコメントを一括削除できます。
・ログイン状態で、視聴ページ上で動作します。
・放送主用ページでの動作は今後対応予定です。

ver 1.0.0: 2016/12/13
初期リリース                    

Extension Basic Information

Name TwitCasting Comment Cleaner TwitCasting Comment Cleaner
ID eeadjmebmbkfnhablhiedepfkkelcdef
Official URL https://chromewebstore.google.com/detail/twitcasting-comment-clean/eeadjmebmbkfnhablhiedepfkkelcdef
Description A plugin for deleting comments at TwitCasting
File Size 58.04 KB
Installation Count 388
Current Version 1.1.0
Last Updated 2024-03-05
Publish Date 2019-07-26
Rating 3.67/5 Total 3 Ratings
Developer Kikyou Akino
Email [email protected]
Payment Type free
Extension Website https://github.com/bellflower2015/chrome-extension-twitcasting-comment-cleaner
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "ja",
    "name": "__MSG_extName__",
    "version": "1.1.0",
    "description": "__MSG_extDescription__",
    "author": "Kikyou Akino",
    "homepage_url": "http:\/\/bellflower.web4u.jp\/",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.twitcasting.tv\/*",
        "*:\/\/twitcasting.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitcasting.tv\/*",
                "*:\/\/twitcasting.tv\/*"
            ],
            "js": [
                "jquery-3.7.1.slim.min.js",
                "script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png"
    }
}