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": "Easy Scraper - One-click web scraper",
"description": "A free web scraper for instant results. Scrape any website with one click. No coding required.",
"version": "1.4.1",
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"permissions": [
"activeTab",
"scripting",
"storage"
],
"optional_permissions": [
"tabs"
],
"optional_host_permissions": [
"<all_urls>"
],
"host_permissions": [],
"action": {
"default_icon": "\/icon\/48.png",
"default_title": "Easy Scraper - One-click web scraper"
},
"web_accessible_resources": [
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"content-scripts\/content.css"
],
"matches": []
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5lsCGrUQ6sPijJlYV0IIIjckz73OoTckJfRkOK9TPNA4Bo2O3kdgzaO69hvZaTcRfAZyO+dlZJ3jEBTDG9tS4uIGhWaJPDFsj3+4I4Oi2KSAm0\/wajQwc38rnoDrdoFLuSKmSdinZh7LTxlufZVAzNIw5S+EG3zQESZ0DJQtmbo8+z7FXz43r1gKjBnyOndkRAfNdPrSHIkHkeZjya0tNSxFlDPDFtfyxMTPqjlUevRV+m8YkVX0gFfP8VbEKvAZNqflYRRY8mndsAsO5StfmKbca1tT709VxkuXYLDdBFY6GHUdbWxUjMlrbC6wBUmGan5z8iYmIv\/jNMoVIQvdvwIDAQAB",
"externally_connectable": {
"matches": [
"https:\/\/*.easyscraper.com\/*"
]
},
"default_locale": "en",
"background": {
"service_worker": "background.js"
},
"content_scripts": []
}