Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Meta Explorer - SEO Meta and On-Page SEO tools", "description": "Meta Tag Explorer is the best SEO tool to find SEO Meta of any website you browse", "version": "3.1.1", "manifest_version": 3, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "resources": [ "index.html", "root.css", "logo.png", "page-speed.png", "fonts\/Inter\/web\/*.woff2", "boring-launch.png", "seo-stuff.png" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "action": { "default_title": "Meta Explorer: Check SEO meta tags of any site you browse." }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.6.0.js", "content-script.js", "root.js" ], "css": [ "common.css", "fonts\/Inter\/web\/inter.css" ], "run_at": "document_end" } ], "permissions": [ "tabs", "storage", "scripting", "activeTab" ], "icons": { "16": "images\/meta_16.png", "48": "images\/meta_48.png", "128": "images\/meta_128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+E", "mac": "Command+Shift+E" } } } }