CharacterAIVoices
Give lifelike voices to your favorite Character.ai characters
什么是CharacterAIVoices?
CharacterAIVoices是由veer开发的Chrome扩展程序,该扩展的主要功能是“Give lifelike voices to your favorite Character.ai characters”。
扩展截图
下载CharacterAIVoices扩展crx文件
下载CharacterAIVoices扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Give ultra-realistic voices to your favorite Character.ai characters. Pick any character.ai character and from over 40+ voices. Developed solely for entertainment purposes and is not affiliated with character.ai.
扩展基本信息
名称 | CharacterAIVoices |
ID | pkkabkjigemcjdpahackjdcdineinone |
官方URL | https://chromewebstore.google.com/detail/characteraivoices/pkkabkjigemcjdpahackjdcdineinone |
简介 | Give lifelike voices to your favorite Character.ai characters |
文件大小 | 102 MB |
安装次数 | 33 |
当前版本 | 1.0 |
更新时间 | 2023-08-04 |
上架时间 | 2023-08-03 |
评分 | 1.00/5 共2次评分 |
开发者 | veer |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.charactervoices.ai/ |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "CharacterAIVoices", "version": "1.0", "description": "Give lifelike voices to your favorite Character.ai characters", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/beta.character.ai\/*", "https:\/\/plus.character.ai\/*" ] } ], "permissions": [ "storage" ], "options_page": "options.html", "background": { "service_worker": "scripts\/service_worker.js", "type": "module" } } |