By: Diego Scoponi
Inspect and view changes in Mostrar Ocultar Inputs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Mostrar/Ocultar Inputs",
"version": "1.0.0",
"description": "Revela inputs (incluyendo hidden) y muestra id/name; permite ocultarlos luego.",
"permissions": [
"activeTab",
"tabs"
],
"browser_action": {
"default_title": "Mostrar/Ocultar Inputs",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png"
},
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "@mostrar-ocultar-inputs",
"strict_min_version": "91.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Mostrar Ocultar Inputs Alternatives
Here are some Firefox add-ons that are similar to Mostrar Ocultar Inputs:
Hidden Fields Revealer
MGM
Form Hack
Leonidas Christou
Hidden Eye
Autonomous Web™
Unhide
elvar333
Uncheck All Inputs
karl
Sirius Show Hidden Input
QueenZvezda
Element Hiders
cevin
Visually-Revealed
AshJ
Display Hidden Elements
SV368
Hide contents of this input field
Daniel V.
hide-imagesvid
PDroid
TechStack Spy
Daniel11Broker