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": "Open This in Semrush", "version": "1", "action": { "default_icon": { "16": "icons\/icon19.png", "48": "icons\/icon38.png" }, "default_popup": "Popup.html" }, "permissions": [ "activeTab" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/vue.min.js" ], "run_at": "document_end" } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; unsafe-eval 'self';" } }