Image Copyright Checker Firefox

Examine source code of Image Copyright Checker

By: Hi Rian
Inspect and view changes in Image Copyright Checker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Image Copyright Checker",
  "version": "1.0",
  "description": "Checks if an image may be copyrighted using EXIF data.",
  "permissions": [
    "activeTab",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{46ec41a3-7481-458d-9c36-e101872bdb5c}"
    }
  }
}

Best Image Copyright Checker Alternatives

Here are some Firefox add-ons that are similar to Image Copyright Checker: