Beast Maps Firefox

Examine source code of Beast Maps

제작자: Henry Mice
Inspect and view changes in Beast Maps source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Beast Maps",
  "version": "2.3.1",
  "description": "Finds addresses easily in any web page you're on and pops up a new map window.",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "mappy_content_script.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "https://maps.google.com/*",
    "https://maps.googleapis.com/*"
  ],
  "page_action": {
    "default_name": "Display Map",
    "default_icon": "marker.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2,
  "content_security_policy": "default-src 'none'; style-src 'self'; script-src 'self'; connect-src https://maps.googleapis.com; img-src https://maps.googleapis.com"
}

최고의 Beast Maps 대안

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