Copy Counter (Daily) Firefox

Examine source code of Copy Counter (Daily)

By: Mari
Inspect and view changes in Copy Counter (Daily) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Counter (Daily)",
  "version": "1.0.0",
  "description": "Đếm số lần copy văn bản trong ngày và thống kê tổng số chữ đã copy.",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "96": "icons/96.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Copy Counter",
    "default_popup": "popup.html",
    "default_icon": "icons/32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9bb43c94-fc96-4995-bc45-70015b08ea84}"
    }
  }
}

Best Copy Counter (Daily) Alternatives

Here are some Firefox add-ons that are similar to Copy Counter (Daily):