Chronic Save Firefox

Examine source code of Chronic Save

Inspect and view changes in Chronic Save source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chronic Save",
  "version": "1.0",
  "description": "Advanced chronic features.",
  "icons": {
    "48": "brain_icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "extpay_content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "brain_icon.svg",
    "default_title": "Chronic Save",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html",
    "persistent": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ChronicSave@save.com"
    }
  }
}

Best Chronic Save Alternatives

Here are some Firefox add-ons that are similar to Chronic Save: