TakeFive - Website Time Tracker & Blocker Firefox

Examine source code of TakeFive - Website Time Tracker & Blocker

提供元: lumiaxth Add-on
Inspect and view changes in TakeFive - Website Time Tracker & Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.4.1",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "takefive@elephantboss.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "alarms",
    "notifications",
    "webNavigation",
    "idle",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "shared/tldts.min.js",
      "shared/hostname.js",
      "shared/storage.js",
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "__MSG_extNameShort__"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content/banner.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": false
  }
}

ベストのTakeFive - Website Time Tracker & Blocker代替案

TakeFive - Website Time Tracker & Blockerに類似したFirefox add-onをいくつか紹介します: