Mirrativ Comment Downloader

Download comments for a Mirrative live as a .txt file

Wat is Mirrativ Comment Downloader?

Mirrativ Comment Downloader is een Chrome-extensie ontwikkeld door jesuissuyaa, en de belangrijkste functie is "Download comments for a Mirrative live as a .txt file".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Mirrativ Comment Downloader

Download Mirrativ Comment Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

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

---

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

Basisinformatie over de Extensie

Naam Mirrativ Comment Downloader Mirrativ Comment Downloader
ID idicjdflgmhknbnigaoponcjcelifmke
Officiële URL https://chromewebstore.google.com/detail/mirrativ-comment-download/idicjdflgmhknbnigaoponcjcelifmke
Beschrijving Download comments for a Mirrative live as a .txt file
Bestandsgrootte 12.47 KB
Aantal Installaties 52
Huidige Versie 1.0
Laatst Bijgewerkt 2020-11-07
Publicatiedatum 2020-11-07
Ontwikkelaar jesuissuyaa
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}