Photobucket Hotlink Fix

Photobucket Hotlink Fix

Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Photobucket Hotlink Fix",
  "description": "Extension to fix the hotlinking issue in Photobucket, It's not needed to pay with this extension, the images will continue loading.",
  "version": "1.4",
  "icons": {
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "hotlink.js"
    ],
    "persistent": true
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "permissions": [
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ]
}