jpeg.js

jpeg.js

all becoming jpeg

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "jpeg.js",
  "version": "4.20",
  "manifest_version": 2,
  "description": "all becoming jpeg",
  "content_scripts": [
    {
      "matches": [
        "http://*/*"
      ],
      "js": [
        "jquery.js",
        "jpeg.js"
      ],
      "run_at": "document_end"
    }
  ]
}