One-Click Subtitle Toggle Firefox

Examine source code of One-Click Subtitle Toggle

By: Sutton
Inspect and view changes in One-Click Subtitle Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "One-Click Subtitle Toggle (TogglePhile)",
  "version": "1.0.2",
  "description": "Toggle HTML5 video subtitles on/off with one click. Saves state per domain and supports hotkeys.",
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "browser_action": {
    "default_title": "Toggle Subtitles"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "toggle-subtitles": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "Toggle subtitles on/off"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "togglephile@addon.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best One-Click Subtitle Toggle Alternatives

Here are some Firefox add-ons that are similar to One-Click Subtitle Toggle: