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": "GrabzIt Web Monitor",
"description": "Monitor changes on part of web pages or a whole web page and get informed of the changes as an email or call to a webhook.",
"version": "1.0.3",
"homepage_url": "https:\/\/grabz.it",
"author": "[email protected]",
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"options_page": "options.html",
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"grabzit_inspector.css",
"monitor.html"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"*:\/\/grabz.it\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/grabz.it\/web-monitor\/*"
],
"js": [
"detector.js"
],
"run_at": "document_end"
}
],
"permissions": [
"activeTab",
"scripting",
"storage"
],
"icons": {
"48": "icon48.png",
"64": "icon64.png",
"96": "icon.png",
"128": "icon128.png"
}
}