Tumblr Mobile Images Next

Tumblr Mobile Images Next

Changes *.tumblr.com/mobile to show only images and links to page and next mobile page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.tumblr.com/mobile*"
      ]
    }
  ],
  "manifest_version": 2,
  "name": "Tumblr Mobile Images Next",
  "version": "1.0"
}