Pause & Switch Firefox

Examine source code of Pause & Switch

提供元: Voltairic Add-on
Inspect and view changes in Pause & Switch source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pause & Switch",
  "version": "1.0",
  "description": "Keyboard shortcut: pauses any media playing in the current tab, then switches to another tab.",
  "permissions": [
    "tabs",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "commands": {
    "pause-and-switch": {
      "suggested_key": {
        "default": "Ctrl+Q"
      },
      "description": "Pause media in this tab and switch tabs"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{a9554331-14ad-4c1f-86eb-59965885edec}"
    }
  }
}

ベストのPause & Switch代替案

Pause & Switchに類似したFirefox add-onをいくつか紹介します: