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": "SEO Buddy - On-Page SEO Analyser",
"description": "A complete On-Page SEO tool to help you analyse your webpage and optimize it for better ranking",
"version": "1.0.1",
"author": "Rahul Baruri<[email protected]>",
"icons": {
"16": "images\/icons\/16.png",
"32": "images\/icons\/32.png",
"48": "images\/icons\/48.png",
"64": "images\/icons\/64.png",
"128": "images\/icons\/128.png",
"256": "images\/icons\/256.png"
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icons\/16.png",
"32": "images\/icons\/32.png"
},
"default_title": "Start Analysis with SEO Buddy ",
"default_popup": "popup.html"
},
"host_permissions": [
"<all_urls>"
],
"permissions": [
"scripting",
"activeTab"
]
}