Imgur url to filmot switcher

Imgur url to filmot switcher

This extension will search for imgur urls on page and replace them with filmot

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Imgur url to filmot switcher",
  "description": "This extension will search for imgur urls on page and replace them with filmot",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "filmot.js"
      ]
    }
  ]
}