Sasayaki Ghost

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

Sasayaki Ghost란 무엇입니까?

Sasayaki Ghost은(는) NeuweLL에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore"입니다.

확장 프로그램 스크린샷

screenshot

Sasayaki Ghost 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Sasayaki Ghost Sasayaki Ghost
ID flmpcpdnanjglhiokpheaenaokpjcljn
공식 URL https://chromewebstore.google.com/detail/sasayaki-ghost/flmpcpdnanjglhiokpheaenaokpjcljn
설명 Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore
파일 크기 122 KB
설치 횟수 10,000
현재 버전 3.8.0
최근 업데이트 2023-08-28
출시 날짜 2020-08-09
평점 4.39/5 총 23 개의 평점
개발자 NeuweLL
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://twitter.com/neuwell
지원되는 언어 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
}