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": "Visual Debug - feedback collection tool",
"description": "Visual Debug gives you the power to report a bug or share feedback on any website without any technical knowledge.",
"homepage_url": "https:\/\/visualdebug.com",
"version": "1.4.7",
"author": "RAZORlabs",
"icons": {
"16": "res\/icons\/16.png",
"48": "res\/icons\/48.png",
"128": "res\/icons\/128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"scripting",
"contextMenus"
],
"web_accessible_resources": [
{
"resources": [
"css\/*.css",
"html\/*.html",
"res\/content\/*.png",
"res\/content\/*.gif",
"res\/fonts\/*.woff",
"res\/fonts\/*.woff2"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"<all_urls>"
],
"offline_enabled": true,
"action": {
"default_icon": "res\/icons\/48.png",
"default_popup": "html\/browser-action\/popup.html",
"default_title": "Visual Debug"
}
}