CleanPause Firefox

Examine source code of CleanPause

提供元: Henry Stern
Inspect and view changes in CleanPause source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CleanPause",
  "version": "1.0",
  "homepage_url": "https://github.com/henrystern/CleanPause",
  "description": "Remove the player controls from paused youtube videos.",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Toggle controls",
    "default_icon": {
      "16": "icons/icon.svg",
      "32": "icons/icon.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/watch?*"
      ],
      "js": [
        "clean_ui.js"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+M"
      },
      "description": "Toggle youtube player controls."
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "CleanPause@example.org"
    }
  }
}

ベストのCleanPause代替案

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