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": "TextFlip: ChatGPT Rewriter, AI Humanizer, Chat PDF and Summarizer", "version": "1.2.1", "description": "Powerful Chrome extension offering text rewriting, humanizing, PDF processing, and summarization features.", "icons": { "48": "icon.png" }, "background": { "service_worker": "background.js" }, "side_panel": { "default_path": "sidepanel.html" }, "permissions": [ "sidePanel", "storage" ], "action": { "default_icon": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } }