tumblr video downloader and enhancer

tumblr video downloader and enhancer

+ download to video player; + volume slider; preview supported; Disclaimer: This is not an official Tumblr app.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_manifest_name__",
  "short_name": "tblr video enhancer",
  "version": "0.2.9resigned1",
  "default_locale": "en",
  "description": "__MSG_manifest_description__",
  "icons": {
    "128": "icon_128.png"
  },
  "author": "orochi",
  "homepage_url": "https://github.com/chenkai2/tumblr_video_downloader",
  "permissions": [
    "*://*.tumblr.com/*",
    "storage",
    "downloads",
    "contextMenus"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.tumblr.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "storage.js",
        "tumblr.js"
      ],
      "css": [
        "tumblr.css",
        "volume.css"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "*.png"
  ],
  "background": {
    "scripts": [
      "storage.js",
      "menu.js"
    ]
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "32": "icon_128.png"
    },
    "default_popup": "options.html",
    "default_title": "__MSG_manifest_browser_action__"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c39a7d91-6308-482a-ab50-1f264591ebbe}"
    }
  }
}