SecureLink Guard Firefox

Examine source code of SecureLink Guard

제작자: André
Inspect and view changes in SecureLink Guard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SecureLink Guard",
  "version": "2.0",
  "description": "Blocks malicious websites before they load and shows a secure warning page.",
  "browser_specific_settings": {
    "gecko": {
      "id": "securelink-guard@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon.png",
    "96": "icon.png"
  },
  "permissions": [
    "webNavigation",
    "tabs",
    "storage",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "SecureLink Guard",
    "default_icon": "icon.png"
  }
}

최고의 SecureLink Guard 대안

다음은 SecureLink Guard과(와) 유사한 Firefox add-on입니다: