Google Maps Photo Firefox

Examine source code of Google Maps Photo

Inspect and view changes in Google Maps Photo source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "name": "Google Maps Photo",
  "description": "Easily fetch photos from Google Maps by entering a location name (e.g., 'restaurants, Manhattan') or a specific place ID.",
  "version": "0.0.1",
  "browser_action": {
    "default_title": "Google Maps Photo",
    "default_popup": "index.html"
  },
  "homepage_url": "https://outscraper.com",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://www.google.com/maps/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "logo16.png",
    "logo48.png",
    "logo128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3b5d5aee-776b-4610-8243-912655481cdb}"
    }
  }
}

Best Google Maps Photo Alternatives

Here are some Firefox add-ons that are similar to Google Maps Photo: