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": "AIHumanizer - KI-Text Humanizer", "version": "1.0.1", "description": "Wandelt KI-Texte in nat\u00fcrlich klingende, menschliche Inhalte um. Optimiert f\u00fcr deutsche Texte mit verschiedenen Texttypen.", "author": "AIHumanizer.de", "homepage_url": "https:\/\/www.aihumanizer.de", "permissions": [ "activeTab", "storage", "clipboardRead", "contextMenus" ], "host_permissions": [ "https:\/\/www.aihumanizer.de\/*" ], "action": { "default_popup": "popup.html", "default_title": "AIHumanizer" }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }