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": "SEO Meta Tags - On Page Checker - Check Website SEO",
"version": "2.0",
"description": "check website SEO meta info, including title, description, headers, and more. Optimize your pages for better search rankings!",
"author": "Sourabh Nagori",
"permissions": [
"activeTab",
"storage"
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"web_accessible_resources": [
{
"resources": [
"styles.css",
"lib\/xlsx.full.min.js",
"serpcounter.css"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
},
{
"matches": [
"*:\/\/www.google.com\/*",
"*:\/\/www.google.ad\/*",
"*:\/\/www.google.ae\/*",
"*:\/\/www.google.al\/*",
"*:\/\/www.google.co.uk\/*",
"*:\/\/www.google.co.in\/*",
"*:\/\/www.google.co.jp\/*"
],
"include_globs": [
"*q=*",
"*:\/\/*.google.*",
"*:\/\/*.google.*\/webhp?*",
"*:\/\/*.google.*\/?gws_rd*",
"*:\/\/*.google.*\/?gfe_rd*"
],
"css": [
"serpcounter.css"
],
"js": [
"serpcounter.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}