Sasayaki Ghost
Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore
Co je Sasayaki Ghost?
Sasayaki Ghost je rozšíření Chrome vyvinuté NeuweLL, a jeho hlavní funkcí je „Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Sasayaki Ghost
Stáhněte si soubory rozšíření Sasayaki Ghost ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Sasayaki Ghost |
ID | flmpcpdnanjglhiokpheaenaokpjcljn |
Oficiální URL | https://chromewebstore.google.com/detail/sasayaki-ghost/flmpcpdnanjglhiokpheaenaokpjcljn |
Popis | Read out comment on Twitch, Youtube for Live streamer. You don't need to set up complex tools anymore |
Velikost souboru | 122 KB |
Počet instalací | 10,000 |
Aktuální Verze | 3.8.0 |
Poslední Aktualizace | 2023-08-28 |
Datum Vydání | 2020-08-09 |
Hodnocení | 4.39/5 Celkem 23 Hodnocení |
Vývojář | NeuweLL |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://twitter.com/neuwell |
Podporované Jazyky | 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 } |