THelper

THelper

This extension changes/adds to the default behaviors of Tumblr.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "THelper",
  "description": "This extension changes/adds to the default behaviors of Tumblr.com",
  "version": "1.1.2.1",
  "version_name": "1.1.2 b",
  "minimum_chrome_version": "26.0",
  "web_accessible_resources": [
    "thelper.js",
    "plugins/*"
  ],
  "permissions": [
    "tabs",
    "http://*/*",
    "http://*/",
    "storage",
    "unlimitedStorage",
    "management"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "exclude_matches": [
        "*://www.tumblr.com/upload/*",
        "*://www.tumblr.com/customize/*"
      ],
      "matches": [
        "*://www.tumblr.com/*"
      ],
      "js": [
        "overpass.js"
      ]
    }
  ]
}