Captain America Timer Firefox

Examine source code of Captain America Timer

By: L Ravi Add-on
Inspect and view changes in Captain America Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Captain America",
  "version": "1.0",
  "description": "A timer that stops when the page is refreshed or changed. Created By RAVI Lalam",
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "webNavigation"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{28876b51-5264-4ff7-9bbb-a360579b875c}"
    }
  }
}

Best Captain America Timer Alternatives

Here are some Firefox add-ons that are similar to Captain America Timer: