Zero-Distraction Mode Firefox

Examine source code of Zero-Distraction Mode

By: ww88 Add-on
Inspect and view changes in Zero-Distraction Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zero-Distraction Mode",
  "version": "1.0",
  "description": "Tự động tắt các tab không cần thiết và loại bỏ yếu tố gây phân tâm.",
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{5fe8d087-ade3-4981-9303-cc27222025af}"
    }
  }
}

Best Zero-Distraction Mode Alternatives

Here are some Firefox add-ons that are similar to Zero-Distraction Mode: