Mirrativ Comment Downloader

Download comments for a Mirrative live as a .txt file

Mirrativ Comment Downloader là gì?

Mirrativ Comment Downloader là một tiện ích mở rộng Chrome được phát triển bởi jesuissuyaa, và tính năng chính của nó là "Download comments for a Mirrative live as a .txt file".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mirrativ Comment Downloader

Tải xuống các tệp mở rộng Mirrativ Comment Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Mirrativ の配信コメントをテキストファイル(.txt)に自動でダウンロードします

使い方:
1. 拡張機能をインストールする
2. いつも通り「配信開始」ボタンで配信する
3. 「配信停止」ボタンを押す 
→ 自動でテキストファイルがダウンロードされます

備考:
・入室コメントは保存されます
・コメントの順番は時系列です(最初のコメントが一番上の行)
・<名前「コメント」>の形式で保存されます
・Mirrativ bot のコメントは保存されません
・コメントした時間は記録されません(現状)

連絡先: 
・[email protected]
・Twitter @suyaausagi (https://twitter.com/suyaausagi)
要望・コメント等、どんな小さなことでもお気軽にご連絡ください!

---

よかったら支援もおねがいします( ˘ω˘)
https://ko-fi.com/suyaa
※ko-fiでの支払方法は Paypal です                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mirrativ Comment Downloader Mirrativ Comment Downloader
ID idicjdflgmhknbnigaoponcjcelifmke
URL Chính Thức https://chromewebstore.google.com/detail/mirrativ-comment-download/idicjdflgmhknbnigaoponcjcelifmke
Mô tả Download comments for a Mirrative live as a .txt file
Kích Thước Tệp 12.47 KB
Số Lần Cài Đặt 52
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-11-07
Ngày Phát Hành 2020-11-07
Nhà Phát Triển jesuissuyaa
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mirrativ Comment Downloader",
    "version": "1.0",
    "description": "Download comments for a Mirrative live as a .txt file",
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.mirrativ.com\/broadcast\/*"
            ],
            "all_frames": true,
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}