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": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"default_locale": "en",
"version": "5.9.3",
"version_name": "2.1",
"action": {
"default_icon": "public\/icon.png",
"default_title": "Ultimate Web Scraper"
},
"icons": {
"16": "public\/logo-16.png",
"32": "public\/logo-32.png",
"48": "public\/logo-48.png",
"128": "public\/logo-128.png",
"256": "public\/logo-256.png"
},
"web_accessible_resources": [
{
"resources": [
"public\/*"
],
"matches": [
"<all_urls>"
]
}
],
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "background.bundle.js",
"type": "module"
},
"permissions": [
"activeTab",
"scripting",
"storage",
"sidePanel"
],
"optional_permissions": [
"downloads",
"clipboardWrite"
],
"optional_host_permissions": [
"<all_urls>"
]
}