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": "Picsi.Ai Face Swapper", "version": "1.0.2", "description": "Swap faces directly from your browser with InsightFace AI precision. Right-click any image and swap instantly!", "permissions": [ "contextMenus", "storage" ], "icons": { "256": "images\/logo.png" }, "background": { "service_worker": "assets\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/content.js" ], "all_frames": true, "type": "module" } ], "action": { "default_popup": "popup\/index.html" } }