Distraction reducer Firefox

Examine source code of Distraction reducer

제작자: nkasmanoff
Inspect and view changes in Distraction reducer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Distraction reducer",
  "version": "1.1",
  "description": "Converts the colors of a page to black and white if off topic from ML/AI/DS things.",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "activeTab",
    "https://distraction-flagger-api.vercel.app/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{6b982d90-fe12-4e9b-910d-7ec40ab5aed7}"
    }
  }
}

최고의 Distraction reducer 대안

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