By: kairiroberto
Inspect and view changes in Auto Form 2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Auto Form",
"version": "2.0",
"description": "Configura campos por ID, salva registros e preenche formulários.",
"icons": {
"16": "icons/icon_128.png",
"32": "icons/icon_128.png",
"48": "icons/icon_128.png",
"128": "icons/icon_128.png"
},
"permissions": [
"storage",
"activeTab",
"tabs",
"contextMenus"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_title": "Auto Preencher por ID",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon_128.png",
"32": "icons/icon_128.png"
}
},
"background": {
"service_worker": "background.js",
"scripts": [
"background.js"
],
"preferred_environment": [
"service_worker",
"document"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "kairiroberto@gmail.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Auto Form 2 Alternatives
Here are some Firefox add-ons that are similar to Auto Form 2: