Get IPs Firefox

Examine source code of Get IPs

제작자: devbit.me
Inspect and view changes in Get IPs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "getips",
  "description": "Get Server & Client IPs.",
  "version": "2.0.0",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "96": "icon-96.png",
    "128": "icon-128.png"
  },
  "permissions": [
    "clipboardWrite",
    "tabs",
    "dns",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Default Popup Title",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "content-scripts/content.css"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b3b6fdec-44fc-42df-a5f0-08c4d0b5df9a}"
    }
  }
}

최고의 Get IPs 대안

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