By: Short
Inspect and view changes in Scrapper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Scrapper",
"version": "1.0",
"description": "Extensão para raspar e automatizar ações na web",
"permissions": [
"scripting",
"tabs",
"storage",
"activeTab"
],
"background": {
"scripts": [
"background.js"
]
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "enzoteste3.g@gmail.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Scrapper Alternatives
Here are some Firefox add-ons that are similar to Scrapper: