Audio A/B Loop Firefox

Examine source code of Audio A/B Loop

By: Lan
Inspect and view changes in Audio A/B Loop source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Audio A/B Loop",
  "version": "1.0.0",
  "description": "Chọn 2 mốc thời gian (A và B) trên audio/video để lặp lại đoạn giữa chúng.",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a2cad990-492f-4e75-a5fc-42bba6f0a3cd}"
    }
  }
}

Best Audio A/B Loop Alternatives

Here are some Firefox add-ons that are similar to Audio A/B Loop: