Caption Catcher Firefox

Examine source code of Caption Catcher

Inspect and view changes in Caption Catcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Caption Catcher",
  "version": "1.1",
  "description": "Automatically captures subtitle/caption files from video streaming sites",
  "permissions": [
    "webRequest",
    "storage",
    "downloads",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    },
    "default_title": "Caption Catcher"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@caption-catcher",
      "strict_min_version": "58.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Meilleures alternatives Caption Catcher

Voici quelques Firefox add-ons qui sont similaires à Caption Catcher :