Mirrativ Comment Downloader
Download comments for a Mirrative live as a .txt file
What is Mirrativ Comment Downloader?
Mirrativ Comment Downloader is a Chrome extension developed by jesuissuyaa, and its main feature is "Download comments for a Mirrative live as a .txt file".
Extension Screenshots
Download Mirrativ Comment Downloader Extension CRX File
Download Mirrativ Comment Downloader 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
Mirrativ の配信コメントをテキストファイル(.txt)に自動でダウンロードします 使い方: 1. 拡張機能をインストールする 2. いつも通り「配信開始」ボタンで配信する 3. 「配信停止」ボタンを押す → 自動でテキストファイルがダウンロードされます 備考: ・入室コメントは保存されます ・コメントの順番は時系列です(最初のコメントが一番上の行) ・<名前「コメント」>の形式で保存されます ・Mirrativ bot のコメントは保存されません ・コメントした時間は記録されません(現状) 連絡先: ・[email protected] ・Twitter @suyaausagi (https://twitter.com/suyaausagi) 要望・コメント等、どんな小さなことでもお気軽にご連絡ください! --- よかったら支援もおねがいします( ˘ω˘) https://ko-fi.com/suyaa ※ko-fiでの支払方法は Paypal です
Extension Basic Information
Name | Mirrativ Comment Downloader |
ID | idicjdflgmhknbnigaoponcjcelifmke |
Official URL | https://chromewebstore.google.com/detail/mirrativ-comment-download/idicjdflgmhknbnigaoponcjcelifmke |
Description | Download comments for a Mirrative live as a .txt file |
File Size | 12.47 KB |
Installation Count | 52 |
Current Version | 1.0 |
Last Updated | 2020-11-07 |
Publish Date | 2020-11-07 |
Developer | jesuissuyaa |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |