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": 2,
"name": "Scraper",
"short_name": "Scraper",
"version": "1.8",
"description": "Scraper extracts data out of web pages and into Microsoft Excel spreadsheets",
"offline_enabled": false,
"app": {
"launch": {
"web_url": "https:\/\/data-miner.io\/app"
},
"urls": [
"https:\/\/data-miner.io\/app"
]
},
"permissions": [
"clipboardWrite",
"http:\/\/*\/*",
"https:\/\/*\/*",
"unlimitedStorage"
],
"icons": {
"16": "img\/mining16.png",
"32": "img\/mining32.png",
"96": "img\/mining96.png",
"128": "img\/mining128.png",
"512": "img\/mining512.png"
}
}