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": "Grammarlyier - An Unofficial Grammarly Premium Tool", "description": "Grammarlyier is an unofficial Auto-Correct & Premium Tools Extender...", "version": "4.9.7", "icons": { "128": "logo\/logo-128.png" }, "action": { "default_title": "Chrome Addon v3 Starter", "default_popup": "popup\/popup.html" }, "permissions": [ "background", "storage" ], "host_permissions": [ "https:\/\/app.grammarly.com\/ddocs\/*", "https:\/\/moxoai.com\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/app.grammarly.com\/ddocs\/*" ] } ] }