Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "version": "1.0.0", "description": "uses AI to replace your voice with a celebrity's or character's voice. Record, select a template, and generate a new voice for fun", "action": { "default_icon": { "128": "assets\/icon-voice.png" }, "default_title": "__MSG_name__" }, "default_locale": "en", "icons": { "128": "assets\/icon-voice.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "activeTab", "cookies", "downloads" ], "host_permissions": [ "*:\/\/*.arting.ai\/" ] }