By: EngSam
Inspect and view changes in Smart Data Scraper & Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Smart Data Scraper & Analyzer",
"version": "1.0.0",
"description": "Intelligent web scraper with automatic data analysis. Extract, analyze, and export data from any webpage with one click.",
"author": "Samuel Ehab",
"browser_specific_settings": {
"gecko": {
"id": "smart-scraper@samuelhany.dev",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"permissions": [
"activeTab",
"storage",
"downloads",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup/popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"scripts": [
"background/background.js"
],
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"lib/chart.min.js",
"content/data-extractor.js",
"content/analyzer.js",
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_idle"
}
],
"web_accessible_resources": [
{
"resources": [
"icons/*.png",
"lib/*.js"
],
"matches": [
"<all_urls>"
]
}
]
} Best Smart Data Scraper & Analyzer Alternatives
Here are some Firefox add-ons that are similar to Smart Data Scraper & Analyzer: