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": "Word Spinner Extension", "version": "1.3", "description": "Word Spinner is the best all-in-one platform for humanizing, rewriting, and generating undetectable AI content that sounds human.", "icons": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_icon": { "16": "assets\/icon-16.png", "32": "assets\/icon-32.png", "48": "assets\/icon-48.png", "128": "assets\/icon-128.png" } }, "host_permissions": [ "https:\/\/word-spinner.com\/", "<all_urls>" ], "externally_connectable": { "matches": [ "*:\/\/*.word-spinner.com\/*", "*:\/\/localhost\/*" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/apis.google.com" } }