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",
"options_page": "options.html",
"permissions": [
"tabs",
"downloads",
"storage",
"unlimitedStorage"
],
"host_permissions": [
"https:\/\/search.google.com\/"
],
"web_accessible_resources": [
{
"resources": [
"js\/script.js"
],
"matches": [
"https:\/\/search.google.com\/*"
]
}
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "GSC crawl stats downloader"
},
"icons": {
"16": "icons\/icon16.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"js": [
"js\/content.js"
],
"matches": [
"https:\/\/search.google.com\/*"
],
"run_at": "document_end"
}
],
"description": "a helper to efficiently download crawl data from GSC",
"manifest_version": 3,
"name": "GSC crawl stats downloader",
"homepage_url": "https:\/\/valentin.app\/gscDownloader.html",
"version": "1.5"
}