photobucket embed fix

photobucket embed fix

** Update Jul 23 2017. Should be updated to work again! ** This extension should make photobucket embeds work for all accounts…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "photobucket embed fix",
  "version": "0.0.3",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "*://*.photobucket.com/*",
    "*://photobucket.com/*",
    "*://*.wp.com/*.photobucket.com/*",
    "*://*.wp.com/photobucket.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2
}