A-B Loop Firefox

Examine source code of A-B Loop

제작자: Gaiajack
Inspect and view changes in 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": "A-B Loop",
  "description": "Loop between points in a video.",
  "version": "3",
  "icons": {
    "48": "./icons/icon48.png",
    "96": "./icons/icon96.png"
  },
  "applications": {
    "gecko": {
      "id": "abloop@abloop.com",
      "strict_min_version": "59.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [],
      "js": [
        "browser-polyfill.min.js",
        "messages.js",
        "ABLooper.js",
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "page_action": {
    "show_matches": [
      "*://*/*"
    ],
    "browser_style": true,
    "default_icon": {
      "19": "./icons/icon19.png",
      "38": "./icons/icon38.png"
    },
    "default_popup": "./popup/index.html",
    "default_title": "A-B Loop"
  },
  "options_ui": {
    "browser_style": false,
    "open_in_tab": true,
    "page": "./options/index.html"
  },
  "permissions": [
    "*://*/*"
  ]
}

최고의 A-B Loop 대안

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