Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AI Faceless Video Generator", "manifest_version": 3, "version": "1.0.1", "description": "Just provide a topic or prompt word, and our artificial intelligence will automatically create captivating faceless videos for you.", "permissions": [ "storage", "identity", "identity.email" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_title": "Click to open panel", "default_icon": { "16": "src\/assets\/16.png", "48": "src\/assets\/48.png", "128": "src\/assets\/128.png" } }, "icons": { "16": "src\/assets\/16.png", "48": "src\/assets\/48.png", "128": "src\/assets\/128.png" }, "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "src\/assets\/128.png" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';" } }