photobucket embed fix

photobucket embed fix

This will fix all embedded Photo Bucket images on forums and other websites. Source Code: https://github.com/Ryan-Myers/photobucket-embed-fix Ported from the Chrome extensions code: https://github.com/kzahel/photobuck

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "photobucket embed fix",
  "version": "0.0.3resigned1",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "*://*.photobucket.com/*",
    "*://photobucket.com/*",
    "*://*.wp.com/*.photobucket.com/*",
    "*://*.wp.com/photobucket.com/*",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{62fe3031-9260-4ae5-bc65-5aaf42870fff}"
    }
  }
}