Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 21, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.0", "description": " AI celebrity voice cloning. Hear your favorite stars in your browser instantly, no delays. Experience celebrity voices now!", "action": { "default_icon": { "128": "assets\/voice.png" }, "default_title": "__MSG_name__" }, "default_locale": "en", "icons": { "128": "assets\/voice.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "activeTab", "cookies", "downloads" ], "host_permissions": [ "*:\/\/*.arting.ai\/" ] }