500px save

500px save

Enables right click for images on 500px Please use keyboard arrow keys for navigation in gallery mode. Special thanks to all users who provide valuable feedback and appreciation!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "500px save",
  "version": "3.2",
  "description": "Enables right click for images on 500px' .",
  "icons": {
    "48": "icons/500px.jpg"
  },
  "content_scripts": [
    {
      "matches": [
        "*://500px.com/*",
        "*://web.500px.com/*"
      ],
      "js": [
        "app.js"
      ]
    }
  ]
}