Tumblr Post Controls

Tumblr Post Controls

Reblog, Like, etc, to the top of posts in the dash

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "css": [
        "style.css"
      ],
      "matches": [
        "*://www.tumblr.com/dashboard"
      ]
    }
  ],
  "description": "Reblog, Like, etc, to the top of posts in the dash",
  "manifest_version": 2,
  "name": "Tumblr Post Controls",
  "version": "1.0.4"
}