Recrypt Firefox

Examine source code of Recrypt

Por: yozu
Inspect and view changes in Recrypt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recrypt",
  "version": "1.8",
  "browser_action": {
    "browser_style": true,
    "default_icon": {
      "192": "images/recryptIcon/recrypt_inactive_192x192.png",
      "512": "images/recryptIcon/recrypt_inactive_512x512.png"
    },
    "default_title": "Recrypt",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "scripts/bgScripts/actions.js",
      "scripts/bgScripts/toolbarIcon.js",
      "scripts/bgScripts/windowEvents.js",
      "scripts/bgScripts/onLoadFill.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/contentScripts/autofill.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "js": [
        "scripts/contentScripts/autofillOnLoad.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "idle",
    "webNavigation"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "images/*",
    "dist/*"
  ]
}

Melhores alternativas Recrypt

Aqui estão algumas Firefox add-ons que são similares a Recrypt: