Distraction Control - Stay Focused Firefox

Examine source code of Distraction Control - Stay Focused

Inspect and view changes in Distraction Control - Stay Focused source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Distraction Control",
  "version": "1.1",
  "description": "An extension to hide distracting elements on websites and customize your browsing experience.",
  "icons": {
    "16": "icons/dark-icon-16.png",
    "48": "icons/dark-icon-48.png",
    "128": "icons/dark-icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "distraction_control@freevpn.ch"
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "scripting",
    "theme"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/modal.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content/modal.html",
        "content/modal.css"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ]
}

Meilleures alternatives Distraction Control - Stay Focused

Voici quelques Firefox add-ons qui sont similaires à Distraction Control - Stay Focused :