CharacterAIVoices
Give lifelike voices to your favorite Character.ai characters
CharacterAIVoices là gì?
CharacterAIVoices là một tiện ích mở rộng Chrome được phát triển bởi veer, và tính năng chính của nó là "Give lifelike voices to your favorite Character.ai characters".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CharacterAIVoices
Tải xuống các tệp mở rộng CharacterAIVoices dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CharacterAIVoices |
ID | pkkabkjigemcjdpahackjdcdineinone |
URL Chính Thức | https://chromewebstore.google.com/detail/characteraivoices/pkkabkjigemcjdpahackjdcdineinone |
Mô tả | Give lifelike voices to your favorite Character.ai characters |
Kích Thước Tệp | 102 MB |
Số Lần Cài Đặt | 33 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-08-04 |
Ngày Phát Hành | 2023-08-03 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | veer |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.charactervoices.ai/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |