Sasayaki Ghost

Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore

Was ist Sasayaki Ghost?

Sasayaki Ghost ist eine Chrome-Erweiterung, die von NeuweLL entwickelt wurde, und ihr Hauptmerkmal ist "Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore".

Erweiterungsscreenshots

screenshot

Sasayaki Ghost-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sasayaki Ghost-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This Extension provide to read aloud comments on YouTube and Twitch for live streamer.

Do you miss to check comments from your followers While streaming?
or did you open many desktop application in order to reading aloud ? 

All you have to do is installing this, If you start to read aloud.

How to use
1. Access to the Site.
YouTube: Keep open YouTube Studio Live streaming pages.
Twitch: Keep open "Stream-manager" page.
2. Someone (include you) type comments into the chat box.
3. App read aloud that text.
4. You can change setting as you like. (ex. volume, reading speed, read user name or not)

Features
- Reading aloud comments on Twitch and YouTube
- Multiple languages available. Over 16 Countries.
- Adjust speaking volume, speed, pitch etc.
- Switchable Reading user name or not
- Comment filter
- User define Nickname (β)
  - Give a nickname. type "!!name your-nickname"
  - if you reset nickname, type "!!rmname"

note
- If you have some troubles, reload Browser page. It will be better.
- According to the browser specifications, Reading aloud Long text might cause bugs.
 
Thank you for reading.


Release note:
version 3.8.0
- Available on "https://www.twitch.tv/moderator/{user-name}"

version 3.6.0
- Character limit
- Ignore comment including user defined words (Prefix match)
- Change upper limit for reading speed. (1.5 -> 1.8)

version 3.6.0
- Ignore long text.

version 3.5.0
- Honorific title is available.

version 3.4.0
- You can choose starting to read out on the page or not.

version 3.1.0
- New logo.

version 3.0.0
- Nickname is available (refer to Option page)

version 2.10.0
- Add Username list except for Reading out.
- Fixed some bugs.

version 2.9.0
- Start β test for giving a nickname.
- Add Voice test button to check own setting.

version 2.8.0
- Fix the problem long text prevent from reading out.
- Read aloud full-sized English, digit (for Japanese user ).

version 2.7.0
- Read out on Twitch Pop-out. 
- Add YouTube icon and developer's link on setting menu.
- Change some text and design.

version 2.6.0
- Change popup page design.
- Improve the problem that ghost read aloud same comments two times.
- Enhance Anti-spam.

version 2.5.0
- Add switch "Read aloud emoticon". Ghost become able to read Emoticon.

version 2.4.0
- Voice is selectable.
- Extension supported SAPI. You can install 3rd party voice.
- The name is changed in Japanese. New name is "コメント読み上げオバケ"

version 2.3.0
- Pitch option is available. You can change voice pitch on setting.
(Thank you for telling me this Idea)

version 2.2.0
- Reading aloud comments is only available on live streamer's management page.
- adjust default language setting.
- Fixed "Atom problem".

version 2.1.0
- Fully translated. User Interface is optimized  for  each language.
- Show Confirmation popup for switching extension enable/disable, when you open the page is related to read aloud. 
- Change extension's name. new name is "Sasayaki Ghost". Sasayaki means whisper in Japanese.

version 2.0.0
- One of the most impressive features is that You can use reading aloud on YouTube !!
- BOT got good at speaking English (it's available in Japanese and English. You can set it up on Menu)
- Add feature of Comment filter (Read aloud comment, except symbols)

version 1.0.1
- As soon as you change setting, it reflects BOT's Reading aloud.
- When you open a page that BOT can read aloud, it shows Popup.
- Add reading aloud user' name.                    

Grundlegende Informationen zur Erweiterung

Name Sasayaki Ghost Sasayaki Ghost
ID flmpcpdnanjglhiokpheaenaokpjcljn
Offizielle URL https://chromewebstore.google.com/detail/sasayaki-ghost/flmpcpdnanjglhiokpheaenaokpjcljn
Beschreibung Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore
Dateigröße 122 KB
Installationsanzahl 10,000
Aktuelle Version 3.8.0
Letztes Update 2023-08-28
Veröffentlichungsdatum 2020-08-09
Bewertung 4.39/5 Insgesamt 23 Bewertungen
Entwickler NeuweLL
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://twitter.com/neuwell
Unterstützte Sprachen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.8.0",
    "author": "neuwell",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/dashboard.twitch.tv\/u\/*",
        "https:\/\/www.twitch.tv\/moderator\/*",
        "https:\/\/studio.youtube.com\/video\/*\/livestreaming"
    ],
    "background": {
        "service_worker": "event.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/studio.youtube.com\/video\/*\/livestreaming*",
                "*:\/\/studio.youtube.com\/live_chat*",
                "*:\/\/dashboard.twitch.tv\/u\/*\/stream-manager*",
                "*:\/\/dashboard.twitch.tv\/popout\/u\/*\/stream-manager\/chat*",
                "*:\/\/www.twitch.tv\/moderator\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "action": {
        "default_title": "\u30c7\u30d5\u30a9\u30eb\u30c8\u30bf\u30a4\u30c8\u30eb",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "manifest_version": 3
}