Por: huez
Inspect and view changes in Password Auto Fill (Face/Voice Prototype) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Password Auto Fill (Face/Voice Prototype)",
"version": "1.0",
"description": "Prototype: Auto fill password after 'face/voice' confirmation.",
"permissions": [
"activeTab",
"tabs",
"storage"
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "Password Auto Fill"
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{e889bc7b-0268-489a-9f5d-f52bc8bd0378}"
}
}
} Mejores alternativas Password Auto Fill (Face/Voice Prototype)
Aquí hay algunas Firefox add-ons que son similares a Password Auto Fill (Face/Voice Prototype):