Child Video Time Controller Firefox

Examine source code of Child Video Time Controller

By: mfe
Inspect and view changes in Child Video Time Controller source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Child Video Controller",
  "version": "2.8",
  "description": "Pauses YouTube videos with customizable timers and modes.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Open Child Video Controller Settings"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.youtube.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1ed1aa22-d3a9-4a85-8537-f59f8c89a962}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Child Video Time Controller Alternatives

Here are some Firefox add-ons that are similar to Child Video Time Controller: