Video Subtitle Finder Firefox

Examine source code of Video Subtitle Finder

Inspect and view changes in Video Subtitle Finder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Video Subtitle Finder",
  "version": "1.3",
  "description": "Detect videos on web pages and find matching subtitles from external sources.",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{03b9c2f1-3f1f-4a82-a970-50aa12a4cacf}"
    }
  }
}

Best Video Subtitle Finder Alternatives

Here are some Firefox add-ons that are similar to Video Subtitle Finder: