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",
"manifest_version": 3,
"name": "Site Inspector",
"description": "Inspect. Analyze. Understand. All-in-one tool for web developers and SEO professionals. Comprehensive web analysis and insights.",
"version": "1.2.8",
"author": "Peta Sittek",
"homepage_url": "https:\/\/www.petasittek.com\/site-inspector\/",
"icons": {
"16": "16.434030be.png",
"32": "32.9a83aecf.png",
"48": "48.7e0895af.png",
"128": "128.e721c2da.png"
},
"action": {
"default_title": "Site Inspector",
"default_icon": {
"16": "16.434030be.png",
"19": "19.57507062.png",
"24": "24.f34c6602.png",
"32": "32.9a83aecf.png",
"38": "38.4fb110c0.png",
"48": "48.7e0895af.png",
"128": "128.e721c2da.png"
}
},
"side_panel": {
"default_path": "side-panel.7074942c.html"
},
"background": {
"service_worker": "service-worker.0878938b.js"
},
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"description": "Activate the extension"
}
},
"permissions": [
"activeTab",
"commands",
"scripting",
"sidePanel",
"storage",
"tabs"
]
}