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": "Webhook to n8n",
"version": "2.0",
"description": "Collect web data and send to n8n webhook | Thu th\u1eadp d\u1eef li\u1ec7u trang web v\u00e0 g\u1eedi \u0111\u1ebfn webhook n8n",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"web_accessible_resources": [
{
"resources": [
"cache-manager.js",
"anti-detection.js",
"profiles.js",
"popup.html",
"popup.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
]
}