FaceGuardPlugin Firefox

Examine source code of FaceGuardPlugin

提供元: FaceGuard, LLC Add-on
Inspect and view changes in FaceGuardPlugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "FaceGuardPlugin",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "FaceGuard Chrome Plugin",
  "icons": {
    "16": "icon/faceguard.png",
    "48": "icon/faceguard-big.png"
  },
  "browser_action": {
    "default_icon": "icon/faceguard.png",
    "default_title": "FaceGuardPlugin",
    "default_popup": "popups/popup.html"
  },
  "background": {
    "scripts": [
      "js/background/utils.js",
      "js/background/settings.js",
      "js/background/logger.js",
      "js/background/main.js",
      "js/background/page.js",
      "js/background/event.js",
      "js/background/actions.js",
      "js/background/init.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/other/jquery-1.9.1.min.js",
        "js/other/jquery-ui-1.10.2.custom.min.js",
        "js/content/utils.js",
        "js/content/fgfiller.js",
        "js/content/contentfg.js",
        "js/content/sendkeys.js"
      ],
      "css": [
        "js/other/jquery-ui-1.10.2.custom.min.css",
        "js/content/contentfg.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "js/other/jquery.min.map",
    "dialogs/create_dialog.html",
    "dialogs/create_dialog2.html",
    "dialogs/editor.html",
    "dialogs/manual_popup.html",
    "dialogs/script_info.html",
    "dialogs/nist_dialog.html",
    "dialogs/user_duplicate_dialog.html",
    "dialogs/pwd_duplicate_dialog.html",
    "dialogs/login_dialog.html",
    "dialogs/ok_dialog.html",
    "dialogs/waite_dialog.html",
    "image/bgfg.bmp",
    "image/bg1/bottom.bmp",
    "image/bg1/bottomleft.bmp",
    "image/bg1/bottomright.bmp",
    "image/ActiveUp.bmp",
    "image/InActiveUp.bmp",
    "image/line_up.bmp",
    "image/bg1/left.bmp",
    "image/bg1/right.bmp",
    "image/bg1/top.bmp",
    "image/bg1/topleft.bmp",
    "image/bg1/topright.bmp",
    "image/bg1/movelefttopbtn.gif",
    "image/bg1/movergtopbtn.gif",
    "image/bg1/movergbottombtn.gif",
    "image/bg1/moveleftbottombtn.gif",
    "image/throbber.gif",
    "icon/faceguard.png",
    "icon/faceguard-q.png",
    "icon/faceguard-q-1.png",
    "icon/faceguard-q-2.png",
    "icon/faceguard-q-3.png",
    "icon/faceguard-q-4.png",
    "icon/faceguard-16x16.png",
    "icon/faceguard-24x24.png",
    "icon/faceguard-pwd-16x16.png",
    "icon/faceguard-pwd-24x24.png",
    "icon/faceguard-x.png",
    "images/ui-bg_flat_75_ffffff_40x100.png",
    "images/ui-bg_highlight-soft_75_cccccc_1x100.png",
    "images/ui-bg_glass_75_e6e6e6_1x400.png",
    "images/ui-bg_flat_0_aaaaaa_40x100.png",
    "images/ui-bg_glass_75_dadada_1x400.png",
    "images/ui-bg_glass_65_ffffff_1x400.png"
  ],
  "permissions": [
    "contextMenus",
    "clipboardRead",
    "clipboardWrite",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "https://*/*",
    "http://*/*",
    "http://localhost:19460/",
    "http://localhost/"
  ]
}

ベストのFaceGuardPlugin代替案

FaceGuardPluginに類似したFirefox add-onをいくつか紹介します: