Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 03, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.22.6", "description": "No-Code Scraper - Easy data extraction", "action": { "default_popup": "index.html", "default_title": "No-Code Scraper by Smartproxy" }, "permissions": [ "tabs", "storage", "scripting", "activeTab", "downloads", "cookies" ], "background": { "service_worker": "background.js" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Y" } } }, "web_accessible_resources": [ { "resources": [ "template.html", "index.html" ], "matches": [ "<all_urls>" ] } ], "name": "No-Code Scraper by Smartproxy", "icons": { "16": "icon-deactivated-16.png", "32": "icon-deactivated-32.png", "48": "icon-deactivated-48.png", "128": "icon-deactivated-128.png" }, "host_permissions": [ "https:\/\/sproxyrnd-api.smartproxy.com\/*", "https:\/\/collector.smartproxy.com\/*", "*:\/\/*\/*" ] }