Vimeo Tooltip & Notification Firefox

Examine source code of Vimeo Tooltip & Notification

By: sww Add-on
Inspect and view changes in Vimeo Tooltip & Notification source codes across current and past versions
Vidego icon
Vimeo Tooltip & Notification is no longer available. Try the alternative:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Vimeo Tooltip & Notification",
  "version": "1.2.1",
  "description": "Show Vimeo clip's title & duration as link's tooltip or as notification",
  "icons": {
    "48": "icons/vimeo-48.png",
    "96": "icons/vimeo-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vimeotooltip@mozilla.org",
      "strict_min_version": "57.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "options-default.js",
        "tooltip-cs.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "tooltip-bg.js"
    ]
  },
  "options_ui": {
    "browser_style": true,
    "page": "options.html"
  },
  "permissions": [
    "https://vimeo.com/api/*",
    "storage",
    "notifications"
  ]
}

Best Vimeo Tooltip & Notification Alternatives

Here are some Firefox add-ons that are similar to Vimeo Tooltip & Notification: