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": "Check My Links",
"version": "7.2.2",
"incognito": "split",
"description": "Check My Links is a link checker that crawls through your webpage and looks for broken links.",
"icons": {
"48": "logo\/48.png",
"96": "logo\/96.png",
"128": "logo\/128.png"
},
"background": {
"service_worker": "\/js\/background.js"
},
"content_security_policy": {
"extension_pages": "style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'self';"
},
"action": {
"default_title": "Check My Links"
},
"offline_enabled": true,
"permissions": [
"scripting",
"storage",
"windows",
"webRequest"
],
"host_permissions": [
"<all_urls>"
],
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+Shift+L",
"mac": "Command+Shift+L"
},
"description": "Open Check My Links"
}
},
"web_accessible_resources": [
{
"resources": [
"pages\/linkreport.html"
],
"matches": [
"<all_urls>"
]
}
]
}