focus mode Firefox

Examine source code of focus mode

제작자: pritesh
Inspect and view changes in focus mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Mode",
  "version": "1.0",
  "description": "Block distracting websites and help you focus",
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "history",
    "notifications",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "blocked.html"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{32bf7b5d-1e34-453a-baa5-f4eadcdaa727}"
    }
  }
}

최고의 focus mode 대안

다음은 focus mode과(와) 유사한 Firefox add-on입니다: