TinyCaptioner Firefox

Examine source code of TinyCaptioner

제작자: Joy
Inspect and view changes in TinyCaptioner source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TinyCaptioner",
  "version": "1.0",
  "description": "Quick offline heuristic summary of short audio snippets from page audio elements (Speech / Music / Silence).",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "TinyCaptioner"
  },
  "permissions": [
    "storage",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@tinycaptioner",
      "strict_min_version": "60.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

최고의 TinyCaptioner 대안

다음은 TinyCaptioner과(와) 유사한 Firefox add-on입니다: