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": "Make it tool Extension", "version": "1.19", "description": "Extensi\u00f3n para visualizar m\u00e9tricas clave de Google Search Console en porcentajes, numero de keywords y marcar updates de Google.", "icons": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" }, "action": { "default_popup": "html\/popup.html", "default_icon": { "16": "icons\/icon.png", "48": "icons\/icon.png", "128": "icons\/icon.png" } }, "background": { "service_worker": "js\/background.js" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/*" ], "js": [ "js\/content.js" ], "run_at": "document_end", "css": [ "css\/popup.css" ] } ], "host_permissions": [ "*:\/\/search.google.com\/*" ] }