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": "__MSG_extensionName__", "version": "0.0.54", "description": "__MSG_extensionDescription__", "default_locale": "ko", "icons": { "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "type": "module", "service_worker": "background.js" }, "content_scripts": [ { "type": "module", "matches": [ "<all_urls>" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/www.marketinganywhere.ai\/", "https:\/\/www.marketinganywhere.ai\/index.html" ], "js": [ "content-script-login.js" ], "run_at": "document_end" }, { "type": "module", "matches": [ "https:\/\/www.marketinganywhere.ai\/keyword-search.html*" ], "js": [ "content-script-keyword-search.js" ], "run_at": "document_end" }, { "type": "module", "matches": [ "<all_urls>" ], "js": [ "content-script-mark-url.js" ], "run_at": "document_end" }, { "type": "module", "matches": [ "<all_urls>" ], "js": [ "content-script-speech-recognition.js" ], "all_frames": true, "run_at": "document_end" }, { "type": "module", "matches": [ "<all_urls>" ], "js": [ "content-script-sidepanel-opener.js" ], "all_frames": true, "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "*.png" ] } ], "action": [], "side_panel": { "default_path": "html\/index.html" }, "permissions": [ "contextMenus", "activeTab", "scripting", "tabs", "storage", "sidePanel", "clipboardRead", "clipboardWrite", "downloads" ], "host_permissions": [ "<all_urls>" ], "incognito": "split" }