Google Image Search Firefox

Examine source code of Google Image Search

By: hussein Add-on
Inspect and view changes in Google Image Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "google image search",
  "version": "1.3",
  "permissions": [
    "contextMenus",
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "file:///*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{a31c53af-b901-4a0a-93d0-71ce25635d21}"
    }
  }
}

Best Google Image Search Alternatives

Here are some Firefox add-ons that are similar to Google Image Search: