ASS Subtitle Player Firefox

Examine source code of ASS Subtitle Player

Inspect and view changes in ASS Subtitle Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "ASS Subtitle Player",
  "version": "1.6",
  "description": "Play local .ass and .srt subtitles on any web video (including HiAnime). Features a modern panel and 4:3/16:9 support.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ass-subtitle-player@senindomainin.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/subtitle-svgrepo-com-16x16.png",
    "32": "icons/subtitle-svgrepo-com-32x32.png",
    "48": "icons/subtitle-svgrepo-com-48x48.png",
    "128": "icons/subtitle-svgrepo-com-128x128.png"
  },
  "action": {
    "default_icon": {
      "16": "icons/subtitle-svgrepo-com-16x16.png",
      "32": "icons/subtitle-svgrepo-com-32x32.png",
      "48": "icons/subtitle-svgrepo-com-48x48.png",
      "128": "icons/subtitle-svgrepo-com-128x128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ]
}

Best ASS Subtitle Player Alternatives

Here are some Firefox add-ons that are similar to ASS Subtitle Player: